diff options
Diffstat (limited to 'subcmds/abandon.py')
-rw-r--r-- | subcmds/abandon.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/abandon.py b/subcmds/abandon.py index ea3f4ed0..1d22917e 100644 --- a/subcmds/abandon.py +++ b/subcmds/abandon.py | |||
@@ -81,7 +81,7 @@ It is equivalent to "git branch -D <branchname>". | |||
81 | err[branch].append(project) | 81 | err[branch].append(project) |
82 | pm.update() | 82 | pm.update() |
83 | 83 | ||
84 | pm = Progress('Abandon %s' % nb, len(all_projects)) | 84 | pm = Progress('Abandon %s' % nb, len(all_projects), quiet=opt.quiet) |
85 | # NB: Multiprocessing is heavy, so don't spin it up for one job. | 85 | # NB: Multiprocessing is heavy, so don't spin it up for one job. |
86 | if len(all_projects) == 1 or opt.jobs == 1: | 86 | if len(all_projects) == 1 or opt.jobs == 1: |
87 | _ProcessResults(self._ExecuteOne(opt, nb, x) for x in all_projects) | 87 | _ProcessResults(self._ExecuteOne(opt, nb, x) for x in all_projects) |