Add a commit command to merge the current patches into base
authorCatalin Marinas <catalin.marinas@gmail.com>
Tue, 27 Sep 2005 20:27:33 +0000 (21:27 +0100)
committerCatalin Marinas <catalin.marinas@gmail.com>
Tue, 27 Sep 2005 20:27:33 +0000 (21:27 +0100)
commit6a093bbbfc2b933a78253ea23287a411631565c5
treed323e9b91af92262caa59d62b0c1efe047a8d875
parent0618ea9c955bc7015ec5a7cccac66760738c9644
Add a commit command to merge the current patches into base

By default, the base is only advanced by 'stg pull'. A commit command would
allow the currently applied patches to be merged into the base and removed
from the current series. This commands adds a bit of SCM flavour to StGIT.

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