summaryrefslogtreecommitdiffstats
path: root/subcmds/abandon.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/abandon.py')
-rw-r--r--subcmds/abandon.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/subcmds/abandon.py b/subcmds/abandon.py
index b82a2dbf..ea3f4ed0 100644
--- a/subcmds/abandon.py
+++ b/subcmds/abandon.py
@@ -37,10 +37,6 @@ It is equivalent to "git branch -D <branchname>".
37 PARALLEL_JOBS = DEFAULT_LOCAL_JOBS 37 PARALLEL_JOBS = DEFAULT_LOCAL_JOBS
38 38
39 def _Options(self, p): 39 def _Options(self, p):
40 super()._Options(p)
41 p.add_option('-q', '--quiet',
42 action='store_true', default=False,
43 help='be quiet')
44 p.add_option('--all', 40 p.add_option('--all',
45 dest='all', action='store_true', 41 dest='all', action='store_true',
46 help='delete all branches in all projects') 42 help='delete all branches in all projects')