Add parse_patches boundary in the delete.py file
commitdc7f6b0708eef5f15e51b893ca35fd4d2d0ef686
authorCatalin Marinas <catalin.marinas@gmail.com>
Sat, 1 Nov 2008 10:52:27 +0000 (1 10:52 +0000)
committerCatalin Marinas <catalin.marinas@gmail.com>
Sat, 1 Nov 2008 10:52:27 +0000 (1 10:52 +0000)
tree5cf3e735ae7d19cbc8106d500ceaa2e426ecb2da
parentd5214f56be8f4b573512439a0d4c909e4cbcbc21
Add parse_patches boundary in the delete.py file

Specifying open intervals like .. for the delete command would remove
both applied and unapplied patches, which might not be the intended
behaviour. Boundary crossing should be explicit.

Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
stgit/commands/delete.py