Allow 'refresh' to annotate the patch log entries
authorCatalin Marinas <catalin.marinas@gmail.com>
Mon, 16 Jul 2007 22:48:30 +0000 (23:48 +0100)
committerCatalin Marinas <catalin.marinas@gmail.com>
Mon, 16 Jul 2007 22:48:30 +0000 (23:48 +0100)
commiteff17c6baeb62c32a79ec6720c3c873f6ba778be
treed4e24ce11d17adc1caddcadc9064b8ca2ac9f001
parent0bc1343cccdec319c49b0f7c21a29236158d08c9
Allow 'refresh' to annotate the patch log entries

With the '--annotate' option, the patch log entry generated by refresh
can contain an additional message. The patch also removes the '-a'
shortcut for '--author' and adds it to '--annotate' (the latter would
be used more often).

Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
stgit/commands/log.py
stgit/commands/refresh.py
stgit/stack.py
t/t1400-patch-history.sh