Download:
child 9:84423e165ad2
parent 7:23ff70d977f7
8:28e93659ea08
Brendan Cully <brendan@kublai.com>, Tue, 14 Sep 2010 12:27:53 -0500
Remove redundant " ago"

1 файлов изменено, 1 вставок(+), 1 удалений(-) [+]
plugin.py file | annotate | diff | comparison | revisions
--- a/plugin.py Thu Apr 22 11:54:37 2010 -0500
+++ b/plugin.py Tue Sep 14 12:27:53 2010 -0500
@@ -146,7 +146,7 @@
hghelp = wrap(hghelp, ['text'])
def changeLog(self, repo, rev):
- tmpl = '{rev}:{node|short}\n{date|age} ago\n{author|person}\n{files}\n{desc}'
+ tmpl = '{rev}:{node|short}\n{date|age}\n{author|person}\n{files}\n{desc}'
cmd = "%s -R %s log -v --limit 1 --template '%s' -r %s" \
% (self.path, repo, tmpl, rev)
fd = os.popen(cmd)