Implement a new patch identification scheme and id command
authorCatalin Marinas <catalin.marinas@gmail.com>
Thu, 21 Aug 2008 22:12:15 +0000 (23:12 +0100)
committerCatalin Marinas <catalin.marinas@gmail.com>
Thu, 21 Aug 2008 22:12:15 +0000 (23:12 +0100)
commit48c930db6aaa1559f0d25030c0a9691170fe715c
tree1c6edae4b06631a1858beb1afe76ee01a593c175
parenta0fe60a231b08ce3cba4b8cdcbc4db68ae160116
Implement a new patch identification scheme and id command

The new scheme allows '[<branch>:]<patch>' and '[<branch>:]{base}'
(the latter showing the base of a stack). You may append Git suffixes
like ^ and ^{...}.

Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
stgit/commands/common.py
stgit/commands/id.py
stgit/lib/git.py
t/t0001-subdir-branches.sh
t/t1200-push-modified.sh
t/t1201-pull-trailing.sh
t/t2200-rebase.sh