chiark
/
gitweb
/
~mdw
/
stgit
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5705951
)
Don't try to delete the branch twice
author
Karl Hasselström
<kha@treskal.com>
Sat, 22 Sep 2007 07:58:24 +0000
(09:58 +0200)
committer
Karl Hasselström
<kha@treskal.com>
Sat, 22 Sep 2007 07:58:24 +0000
(09:58 +0200)
We already delete it in Stack.delete(), so don't do it here too.
Signed-off-by: Karl Hasselström <kha@treskal.com>
stgit/commands/branch.py
patch
|
blob
|
blame
|
history
diff --git
a/stgit/commands/branch.py
b/stgit/commands/branch.py
index 8c999363cb99ef586b441cfd30976ee902c7a7b2..c16fc69d824c54cbda2ff5e2051590fd789c28a1 100644
(file)
--- a/
stgit/commands/branch.py
+++ b/
stgit/commands/branch.py
@@
-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()