chiark / gitweb /
[PATCH] Fix a couple of bugs in "stg branch --create"
authorChuck Lever <cel@netapp.com>
Thu, 6 Oct 2005 20:58:01 +0000 (21:58 +0100)
committerCatalin Marinas <catalin.marinas@gmail.com>
Thu, 6 Oct 2005 20:58:01 +0000 (21:58 +0100)
commit2bc93640bae6adb563cd8b223af127c355bdd3a9
tree964bcb91b4738ac70302845c4ac4e2a77358ee11
parentc1fe1f9953a874eef1f4e975af0430766176e3f2
[PATCH] Fix a couple of bugs in "stg branch --create"

Use "switch()" instead of "git.switch()".  Also, __set_head is a little
more complicated now, so a __clear_head_cache() is needed before we call it.

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