| 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.')
|
|
|