Don't try to delete the branch twice
[stgit] / stgit / commands / branch.py
index 8c99936..c16fc69 100644 (file)
@@ -99,7 +99,6 @@ def __delete_branch(doomed_name, force = False):
         raise CmdException('Cannot delete the current branch')
 
     doomed.delete(force)
-    git.delete_branch(doomed_name)
 
     out.done()