'closed #123 without merging' -> 'closed #123'

This commit is contained in:
jesopo 2019-04-11 13:09:30 +01:00
parent 225c0d7793
commit 9e79320d50

View file

@ -519,9 +519,8 @@ class Module(ModuleManager.BaseModule):
utils.irc.color("merged", COLOR_POSITIVE), number,
colored_branch)
else:
action_desc = "%s %s %s" % (
utils.irc.color("closed", COLOR_NEGATIVE), number,
utils.irc.color("without merging", COLOR_NEGATIVE))
action_desc = "%s %s" % (
utils.irc.color("closed", COLOR_NEGATIVE), number)
elif action == "synchronize":
action_desc = "committed to %s" % number