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

Unified Diff: git-new-tracking-branch

Issue 184253003: Add git-reup and friends (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@freeze_thaw
Patch Set: one more argparse Created 6 years, 9 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 | « git-new-branch ('k') | git-rebase-update » ('j') | git-reparent-branch » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: git-new-tracking-branch
diff --git a/git-cl b/git-new-tracking-branch
similarity index 61%
copy from git-cl
copy to git-new-tracking-branch
index 7b17d25bee415ca610d6b23fe5034900cf046ef9..52c49d7e13b665f3d95749752274eaca9b48b173 100755
--- a/git-cl
+++ b/git-new-tracking-branch
@@ -3,7 +3,8 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-# git_cl.py -- a git-command for integrating reviews on Rietveld
-# Copyright (C) 2008 Evan Martin <martine@danga.com>
+# git_new_branch.py -- Create a new branch which tracks the current branch.
+SCRIPT=git_new_branch.py
+set -- --upstream_current "$@"
. $(type -P python_git_runner.sh)
« no previous file with comments | « git-new-branch ('k') | git-rebase-update » ('j') | git-reparent-branch » ('J')

Powered by Google App Engine
This is Rietveld 408576698