chiark / gitweb /
Make Series.refresh_patch automatically save the undo information
authorCatalin Marinas <catalin.marinas@gmail.com>
Sat, 1 Dec 2007 22:59:59 +0000 (22:59 +0000)
committerCatalin Marinas <catalin.marinas@gmail.com>
Sat, 1 Dec 2007 22:59:59 +0000 (22:59 +0000)
commitcb68860194290ad4eb6a2baa65a53a756ad98b7b
tree464cf1063c2b1f8c456ad9cfa1865dc8a68e3a57
parent8d2b87ac26d01c7110d911aefea8988ca5a9b183
Make Series.refresh_patch automatically save the undo information

The patch pushing with was losing the undo information because the arguments
passed to refresh_patch. The backup argument now defaults to True since
this is needed in most of the cases.

Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
stgit/commands/imprt.py
stgit/stack.py
t/t1202-push-undo.sh