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

Unified Diff: cros_mark_as_stable.py

Issue 5138006: Remove _ to fix tree. (Closed) Base URL: http://git.chromium.org/git/crosutils.git@master
Patch Set: Created 10 years, 1 month 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: cros_mark_as_stable.py
diff --git a/cros_mark_as_stable.py b/cros_mark_as_stable.py
index c33e2f9b7a687bd82b800c03ae62d5affeb07e2e..eb20b8f4466327d4d8a0fcfb5c671a3459e42866 100755
--- a/cros_mark_as_stable.py
+++ b/cros_mark_as_stable.py
@@ -250,7 +250,7 @@ def PushChange(stable_branch, tracking_branch):
for push_try in range(num_retries + 1):
try:
_SimpleRunCommand('git remote update')
- merge_branch = _GitBranch(merge_branch_name)
+ merge_branch = GitBranch(merge_branch_name)
merge_branch.CreateBranch()
if not merge_branch.Exists():
Die('Unable to create merge branch.')
« 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