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

Unified Diff: git-try

Issue 3433011: Make git-try behave like calling trychange.py directly. (Closed)
Patch Set: Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: git-try
diff --git a/git-try b/git-try
index e61831a5df2e7346d226d11cd6e81fe451e6d1fd..a4c9fbbbf34ed97fc55a51937f459e4ed7d65e00 100755
--- a/git-try
+++ b/git-try
@@ -38,7 +38,7 @@ def GetRietveldServerUrl():
if __name__ == '__main__':
- args = sys.argv[:]
+ args = sys.argv[1:]
patchset = GetRietveldPatchsetNumber()
if patchset:
args.extend([
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698