chiark / gitweb /
Add a "--clone" option to "stg branch"
authorChuck Lever <cel@netapp.com>
Sun, 4 Dec 2005 03:50:19 +0000 (22:50 -0500)
committerCatalin Marinas <catalin.marinas@gmail.com>
Wed, 7 Dec 2005 22:13:31 +0000 (22:13 +0000)
commitcc3db2b1cfb886fddf76ef758b8fb7b06753347c
tree00d9c21569c3f1c04a3d66eb7471c916bd71f954
parent06dbe79199c668308befef3539a64d2242c861c1
Add a "--clone" option to "stg branch"

Cloning a branch means creating a new branch and copying all of the
original branch's patches and its base to it.  Like creating a tag,
but this also preserves all the StGIT patches as well.

Signed-off-by: Chuck Lever <cel@netapp.com>
stgit/commands/branch.py
stgit/stack.py