[X2Go-Commits] [maintenancescripts] 01/02: git/hooks/update-script._irkerhook.py_: another try at color fixing. Python!
git-admin at x2go.org
git-admin at x2go.org
Mon May 4 01:17:27 CEST 2015
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository maintenancescripts.
commit 4d5dfa7927b65c214905f1c5ac8252e7bf8b7589
Author: Mihai Moldovan <ionic at ionic.de>
Date: Mon May 4 01:16:16 2015 +0200
git/hooks/update-script._irkerhook.py_: another try at color fixing. Python!
---
git/hooks/update-script._irkerhook.py_ | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/git/hooks/update-script._irkerhook.py_ b/git/hooks/update-script._irkerhook.py_
index a06146a..877a3b5 100755
--- a/git/hooks/update-script._irkerhook.py_
+++ b/git/hooks/update-script._irkerhook.py_
@@ -298,7 +298,7 @@ class GitExtractor(GenericExtractor):
commit.logmsg = "\n".join(tmp)
if self.rebase != '':
- commit.logmsg = "%(cyan)sRebase detected.%(reset)s\nOld ref: " + self.rebase + "\nNew HEAD: " + commit.commit + "\nPlease check the URL for more information." % self.__dict__;
+ commit.logmsg = ("%(cyan)sRebase detected.%(reset)s\nOld ref: " + self.rebase + "\nNew HEAD: " + commit.commit + "\nPlease check the URL for more information.") % self.__dict__
# This discards the part of the author's address after @.
# Might be be nice to ship the full email address, if not
# for spammers' address harvesters - getting this wrong
--
Alioth's /srv/git/code.x2go.org/maintenancescripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/maintenancescripts.git
More information about the x2go-commits
mailing list