Implement the fold command
authorCatalin Marinas <catalin.marinas@gmail.com>
Mon, 8 Aug 2005 16:36:23 +0000 (17:36 +0100)
committerCatalin Marinas <catalin.marinas@gmail.com>
Mon, 8 Aug 2005 16:36:23 +0000 (17:36 +0100)
commitc14444b97c474c156299a5d5f3fe161af2290884
treeba1b205cd713a5762447225b1c6527874f833dff
parent6872f46bd3b91d26141711ebfc3b347dc58bf447
Implement the fold command

At the moment, it only applies a patch read from a file or the standard
input on top of the current patch or on its bottom and three-way merged
with it (useful for upgrading external patches).

Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
TODO
stgit/commands/fold.py [new file with mode: 0644]
stgit/git.py
stgit/main.py
stgit/stack.py