projects
/
irker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
302bf23
)
More backportability fixups.
author
Eric S. Raymond
<esr@thyrsus.com>
Sun, 30 Sep 2012 07:24:45 +0000
(
03:24
-0400)
committer
Eric S. Raymond
<esr@thyrsus.com>
Sun, 30 Sep 2012 07:24:45 +0000
(
03:24
-0400)
irkerhook.py
patch
|
blob
|
history
diff --git
a/irkerhook.py
b/irkerhook.py
index feceed83763e791f2c313e0a4dd62e6244f2805b..7332060dc0ba77c0f4ab05696f31c4408e1eb3e0 100755
(executable)
--- a/
irkerhook.py
+++ b/
irkerhook.py
@@
-162,7
+162,7
@@
class SvnExtractor:
self.author = self.svnlook("author")
self.files = self.svnlook("dirs-changed").strip().replace("\n", " ")
self.logmsg = self.svnlook("log")
- self.rev = "r
{0}".format(
self.commit)
+ self.rev = "r
%s" %
self.commit)
def svnlook(self, info):
return do("svnlook %s %s --revision %s" % (shellquote(info), shellquote(self.repository), shellquote(self.commit)))