Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(47)

Issue 9969099: Allow overriding base-url in git-cl. (Closed)

Created:
8 years, 8 months ago by kalmard
Modified:
8 years, 8 months ago
CC:
chromium-reviews, Dirk Pranke, M-A Ruel
Visibility:
Public.

Description

Allow overriding base-url in git-cl. This is useful if git-cl has no way to find out the original svn repo's url and the user does not wish to configure git-svn and fetch the repository. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=130372

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -12 lines) Patch
M git_cl.py View 1 3 chunks +35 lines, -12 lines 4 comments Download
M tests/git_cl_test.py View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
kalmard
8 years, 8 months ago (2012-04-03 14:45:29 UTC) #1
M-A Ruel
I'm a bit ambivalent as I wanted to move all the "remote-url" logic into a ...
8 years, 8 months ago (2012-04-03 15:18:40 UTC) #2
kalmard
Thanks for the review. http://codereview.chromium.org/9969099/diff/1/git_cl.py File git_cl.py (right): http://codereview.chromium.org/9969099/diff/1/git_cl.py#newcode795 git_cl.py:795: On 2012/04/03 15:18:40, Marc-Antoine Ruel ...
8 years, 8 months ago (2012-04-03 15:27:10 UTC) #3
M-A Ruel
2 more questions http://codereview.chromium.org/9969099/diff/2001/git_cl.py File git_cl.py (right): http://codereview.chromium.org/9969099/diff/2001/git_cl.py#newcode804 git_cl.py:804: return RunGit(['config', 'branch.%s.base-url' % branch], Won't ...
8 years, 8 months ago (2012-04-03 15:29:58 UTC) #4
kalmard
http://codereview.chromium.org/9969099/diff/2001/git_cl.py File git_cl.py (right): http://codereview.chromium.org/9969099/diff/2001/git_cl.py#newcode804 git_cl.py:804: return RunGit(['config', 'branch.%s.base-url' % branch], On 2012/04/03 15:29:58, Marc-Antoine ...
8 years, 8 months ago (2012-04-03 15:37:41 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kalmard@homejinni.com/9969099/2001
8 years, 8 months ago (2012-04-03 15:39:05 UTC) #6
commit-bot: I haz the power
8 years, 8 months ago (2012-04-03 15:45:09 UTC) #7
Change committed as 130372

Powered by Google App Engine
This is Rietveld 408576698