parent
225c0d7793
commit
9e79320d50
1 changed files with 2 additions and 3 deletions
|
@ -519,9 +519,8 @@ class Module(ModuleManager.BaseModule):
|
||||||
utils.irc.color("merged", COLOR_POSITIVE), number,
|
utils.irc.color("merged", COLOR_POSITIVE), number,
|
||||||
colored_branch)
|
colored_branch)
|
||||||
else:
|
else:
|
||||||
action_desc = "%s %s %s" % (
|
action_desc = "%s %s" % (
|
||||||
utils.irc.color("closed", COLOR_NEGATIVE), number,
|
utils.irc.color("closed", COLOR_NEGATIVE), number)
|
||||||
utils.irc.color("without merging", COLOR_NEGATIVE))
|
|
||||||
elif action == "synchronize":
|
elif action == "synchronize":
|
||||||
action_desc = "committed to %s" % number
|
action_desc = "committed to %s" % number
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue