chiark / gitweb /
Some clean-up of the branch manipulation commands
authorCatalin Marinas <catalin.marinas@gmail.com>
Fri, 7 Dec 2007 21:19:25 +0000 (21:19 +0000)
committerCatalin Marinas <catalin.marinas@gmail.com>
Fri, 7 Dec 2007 21:19:25 +0000 (21:19 +0000)
commitff432158b249307d44177db1adc569f726eefb18
tree7394fdda55edf88df2a4a3c255f480df90625cb2
parentedddb24917ca00327b45fb8764455679f1ef6b09
Some clean-up of the branch manipulation commands

A GIT branch couldn't be deleted if it wasn't a StGIT stack. Added
tests for the creation of branches when the current branch isn't a
stack.

Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
stgit/commands/branch.py
stgit/stack.py
t/t1000-branch-create.sh
t/t1005-branch-delete.sh