chiark / gitweb /
Allow "branch --create" to be given a tag id
authorCatalin Marinas <catalin.marinas@gmail.com>
Fri, 2 Nov 2007 21:25:58 +0000 (21:25 +0000)
committerCatalin Marinas <catalin.marinas@gmail.com>
Fri, 2 Nov 2007 21:25:58 +0000 (21:25 +0000)
commit42cd003ef2a190ec7f32068676d831ef6478c39f
tree9a431145d406bf29f8783aace9aa341746905bca
parentd4356ac6143757131b58c95ca5c6a7b386cc6087
Allow "branch --create" to be given a tag id

In the past, this used to lead to a broken branch which could be
difficult to even delete. This patch allows the branch to be created
properly and be more tolerant to branch deletion.

Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
stgit/commands/branch.py
stgit/stack.py