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

Unified Diff: git_reparent_branch.py

Issue 436963005: Added hyphen-only options (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Fixed options in some calling code Created 6 years, 4 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_rebase_update.py ('k') | man/src/depot_tools_tutorial.demo.walkthrough.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: git_reparent_branch.py
diff --git a/git_reparent_branch.py b/git_reparent_branch.py
index f9bf9c5c3e80407e6a3879e448d950ddbf3cd950..fe79d3cc0db33f0e917ac5245576529e58e6ac70 100755
--- a/git_reparent_branch.py
+++ b/git_reparent_branch.py
@@ -69,7 +69,7 @@ def main(args):
manual_merge_base(branch, mbase, new_parent)
# TODO(iannucci): ONLY rebase-update the branch which moved (and dependants)
- return git_rebase_update.main(['--no_fetch'])
+ return git_rebase_update.main(['--no-fetch'])
if __name__ == '__main__': # pragma: no cover
« no previous file with comments | « git_rebase_update.py ('k') | man/src/depot_tools_tutorial.demo.walkthrough.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698