diff options
Diffstat (limited to 'subcmds/overview.py')
-rw-r--r-- | subcmds/overview.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/subcmds/overview.py b/subcmds/overview.py index 4f62f94f..202a5eba 100644 --- a/subcmds/overview.py +++ b/subcmds/overview.py | |||
@@ -37,6 +37,9 @@ are displayed. | |||
37 | p.add_option('-c', '--current-branch', | 37 | p.add_option('-c', '--current-branch', |
38 | dest="current_branch", action="store_true", | 38 | dest="current_branch", action="store_true", |
39 | help="Consider only checked out branches") | 39 | help="Consider only checked out branches") |
40 | p.add_option('--no-current-branch', | ||
41 | dest='current_branch', action='store_false', | ||
42 | help='consider all local branches') | ||
40 | # Turn this into a warning & remove this someday. | 43 | # Turn this into a warning & remove this someday. |
41 | p.add_option('-b', | 44 | p.add_option('-b', |
42 | dest='current_branch', action='store_true', | 45 | dest='current_branch', action='store_true', |