Allow patch ranges for the 'pop' command
authorCatalin Marinas <catalin.marinas@gmail.com>
Wed, 6 Dec 2006 22:12:14 +0000 (22:12 +0000)
committerCatalin Marinas <catalin.marinas@gmail.com>
Wed, 6 Dec 2006 22:12:14 +0000 (22:12 +0000)
commitd1368d811f20d4957d9fca7a8fe016e764f77d1b
tree427e343c518d58458c8674ee3f008f9a7182025c
parent8560c67bce5458f876284afbee43be9ca862529a
Allow patch ranges for the 'pop' command

This patch is to make 'pop' accept patch ranges. Only the patches
specified in the range are now popped from the stack, the command
performing the necessary pop/push operations.

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