Add the 'sync' command
authorCatalin Marinas <catalin.marinas@gmail.com>
Thu, 7 Dec 2006 22:02:42 +0000 (22:02 +0000)
committerCatalin Marinas <catalin.marinas@gmail.com>
Thu, 7 Dec 2006 22:02:42 +0000 (22:02 +0000)
commit06848faba60e1c4e637b15b608e5bd94989c4196
tree52d64f90d2367b7a254e9b291de017f9aaa91b4d
parent539fb2921209bd3fd6165baa057f76f474aa5cb4
Add the 'sync' command

This command is used to keep patches on several branches/trees in
sync.

Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
contrib/stgit-completion.bash
stgit/commands/common.py
stgit/commands/log.py
stgit/commands/sync.py [new file with mode: 0644]
stgit/git.py
stgit/main.py
stgit/stack.py
t/t1002-branch-clone.sh
t/t2000-sync.sh [new file with mode: 0755]