Index: git_cl.py |
diff --git a/git_cl.py b/git_cl.py |
index e8cadf270d1d9a7f85aed299e41f2bb328499b66..a47da6d5f00d5b5d29941ffc44d401ed67312973 100755 |
--- a/git_cl.py |
+++ b/git_cl.py |
@@ -795,7 +795,8 @@ or verify this branch is set up to track another (via the --track argument to |
files, |
issue, |
patchset, |
- author) |
+ author, |
+ upstream=upstream_branch) |
def RunHook(self, committing, may_prompt, verbose, change): |
"""Calls sys.exit() if the hook fails; returns a HookResults otherwise.""" |