Fix the preserving of the local changes during pop
authorCatalin Marinas <catalin.marinas@gmail.com>
Tue, 17 Oct 2006 18:37:26 +0000 (19:37 +0100)
committerCatalin Marinas <catalin.marinas@gmail.com>
Tue, 17 Oct 2006 18:37:26 +0000 (19:37 +0100)
commite45af3d4a0faa3f7c46a0a2a9647ad09f1ba8720
tree4694733038635b83704105f9ad3a50b2810a5237
parentc40c3500e2475859f051c750ae9ff5cba2f54000
Fix the preserving of the local changes during pop

The operation now only preserves the local changes by reverse-applying the
diff of the popped patches.

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