X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/57059512207410968f8e796454b03ffdf118ef4e..bdea385bce305482d3c3b8ab7fb019e7acf4a521:/stgit/commands/branch.py diff --git a/stgit/commands/branch.py b/stgit/commands/branch.py index 8c99936..c16fc69 100644 --- 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()