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

Unified Diff: git-reparent-branch

Issue 184253003: Add git-reup and friends (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@freeze_thaw
Patch Set: Created 6 years, 10 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
Index: git-reparent-branch
diff --git a/git-nav-upstream b/git-reparent-branch
similarity index 79%
copy from git-nav-upstream
copy to git-reparent-branch
index b35eebf48770a63932810c273464c77f531eb5f9..57d108d94b7cac5d25645c184db5f9ba28780bc5 100755
--- a/git-nav-upstream
+++ b/git-reparent-branch
@@ -3,4 +3,4 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-git checkout '@{u}'
+. ${0/%$(basename "$0")/python_git_runner.sh}
szager1 2014/02/28 22:56:39 Same comment.

Powered by Google App Engine
This is Rietveld 408576698