Fix push --undo to remove the local changes
authorCatalin Marinas <catalin.marinas@gmail.com>
Wed, 24 Aug 2005 13:52:43 +0000 (14:52 +0100)
committerCatalin Marinas <catalin.marinas@gmail.com>
Wed, 24 Aug 2005 13:52:43 +0000 (14:52 +0100)
commit05d593c088d335e86573a2d4bc63ff308bde759b
tree17a935dcc3ce563ffc77c362be0b9037dd650bc0
parent9d15ccd85e36ef5cd554aaf98f1c37ef0433697f
Fix push --undo to remove the local changes

Without this patch, the command would fail if there are local changes
because of git-read-tree -m -u.

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