From cbb4042a5624fcf993637a0424bbb818b87bb24f Mon Sep 17 00:00:00 2001 From: swalter Date: Sun, 17 Aug 2008 10:04:45 -0400 Subject: [PATCH] tcommit: fix copy/paste bug --- plugins/tcommit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/tcommit.py b/plugins/tcommit.py index afa5631..cb68a61 100644 --- a/plugins/tcommit.py +++ b/plugins/tcommit.py @@ -64,7 +64,7 @@ class TCommitPlugin(YapCore): branch = args[0] self._remove_branch(branch) - super(TCommitPlugin, self).cmd_commit(*args, **flags) + super(TCommitPlugin, self).cmd_branch(*args, **flags) def cmd_switch(self, *args, **flags): super(TCommitPlugin, self).cmd_switch(*args, **flags) -- 2.11.4.GIT