chiark / gitweb /
Generalize branch renaming
authorChuck Lever <cel@netapp.com>
Sat, 5 Nov 2005 22:47:06 +0000 (17:47 -0500)
committerCatalin Marinas <catalin.marinas@gmail.com>
Wed, 9 Nov 2005 21:31:19 +0000 (21:31 +0000)
commit660ba985e6200c32fafdc545a74bd27e84cc2397
tree54b9cd03609e4e1f0ac5a8a97bc9bf99b36b6fc1
parent2d00440c09ffb87a3501df215d98af751a920d62
Generalize branch renaming

The Series object already has the path names of all the pieces we need to
rename, so let's reuse that information.  Extract the rename branch logic
from the "stg branch" command and put it in stack.py.

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