diff options
Diffstat (limited to 'subcmds/upload.py')
-rw-r--r-- | subcmds/upload.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/subcmds/upload.py b/subcmds/upload.py index 57434b18..c497d877 100644 --- a/subcmds/upload.py +++ b/subcmds/upload.py | |||
@@ -174,6 +174,9 @@ Gerrit Code Review: https://www.gerritcodereview.com/ | |||
174 | p.add_option('-c', '--current-branch', | 174 | p.add_option('-c', '--current-branch', |
175 | dest='current_branch', action='store_true', | 175 | dest='current_branch', action='store_true', |
176 | help='Upload current git branch.') | 176 | help='Upload current git branch.') |
177 | p.add_option('--no-current-branch', | ||
178 | dest='current_branch', action='store_false', | ||
179 | help='Upload all git branches.') | ||
177 | # Turn this into a warning & remove this someday. | 180 | # Turn this into a warning & remove this someday. |
178 | p.add_option('--cbr', | 181 | p.add_option('--cbr', |
179 | dest='current_branch', action='store_true', | 182 | dest='current_branch', action='store_true', |