chiark / gitweb /
Fix stack deletion when orig-base is present.
authorYann Dirson <ydirson@altern.org>
Fri, 16 Mar 2007 22:45:43 +0000 (22:45 +0000)
committerCatalin Marinas <catalin.marinas@gmail.com>
Fri, 16 Mar 2007 22:45:43 +0000 (22:45 +0000)
commitf9072c2fa274a7378080102b434c0563c77e4b1b
tree219e82943d70fd81fb5dc6727e7771592d9de3fc
parent2f2151a6e7904ad9cff72c9d2d64947a13bf7818
Fix stack deletion when orig-base is present.

The introduction of the orig-base file makes the stack deletion fail
to remove the stack's directory, leaving the stack in a zombie state,
where attempting to recreate it was refused because of the directory
already existing, but attempting to delete it failed since the applied
and unapplied files were not found.

Signed-off-by: Yann Dirson <ydirson@altern.org>
stgit/stack.py