chiark
/
gitweb
/
~mdw
/
stgit
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add a boundary to parse_patches()
[stgit]
/
stgit
/
commands
/
delete.py
diff --git
a/stgit/commands/delete.py
b/stgit/commands/delete.py
index 515f4b7048e1978b2ee9cb2f3579a102b2b8cdb1..e1a70c93f8f89974699938b0c98d9ba40cbc4af2 100644
(file)
--- a/
stgit/commands/delete.py
+++ b/
stgit/commands/delete.py
@@
-46,7
+46,7
@@
def func(parser, options, args):
all_patches = applied_patches + unapplied_patches
if args:
- patches = parse_patches(args, all_patches)
+ patches = parse_patches(args, all_patches
, len(applied_patches)
)
else:
parser.error('No patches specified')