Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(157)

Issue 90069: teach appspot.py about git branches (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
16 years, 11 months ago by felix8a
Modified:
16 years, 10 months ago
Reviewers:
ihab.awad
CC:
google-caja-discuss_googlegroups.com
Base URL:
http://google-caja.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Right now, appspot.py keeps state in a file named .appspot-change, which is fine when you have a separate svn checkout for each change, but doesn't work so well if you're putting changes in git topic branches in a combined git/svn workdir. This changes appspot.py so that when it notices you're using git, it stores state in .appspot-change.$GITBRANCH instead.

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -1 line) Patch
M tools/appspot.py View 3 chunks +24 lines, -1 line 1 comment Download

Messages

Total messages: 4
felix8a
16 years, 11 months ago (2009-07-01 16:51:52 UTC) #1
ihab.awad
One relatively minor comment below. However, I'm mainly confused about the use case for this ...
16 years, 11 months ago (2009-07-08 05:39:15 UTC) #2
felix8a
On 2009/07/08 05:39:15, ihab.awad wrote: > One relatively minor comment below. > > However, I'm ...
16 years, 11 months ago (2009-07-08 11:04:53 UTC) #3
ihab.awad
16 years, 11 months ago (2009-07-08 15:33:33 UTC) #4
Interesting. So -- can you just keep the diffs to appspot.py *itself* local to
your git repo?

In any case, it's important that you make progress conveniently. :) If it would
make your work significantly easier for some reason, then, without further
comments:

LGTM
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b