##// END OF EJS Templates
scm: mercurial: remove comment about Mercurial 0.9.5 compatibility from redminehelper.py...
Toshi MARUYAMA -
r9566:69b46ab1bedd
parent child
Show More
@@ -178,8 +178,6 def rhsummary(ui, repo, **opts):
178 ui.write('</repository>\n')
178 ui.write('</repository>\n')
179 ui.write('</rhsummary>\n')
179 ui.write('</rhsummary>\n')
180
180
181 # This extension should be compatible with Mercurial 0.9.5.
182 # Note that Mercurial 0.9.5 doesn't have extensions.wrapfunction().
183 cmdtable = {
181 cmdtable = {
184 'rhannotate': (rhannotate,
182 'rhannotate': (rhannotate,
185 [('r', 'rev', '', 'revision'),
183 [('r', 'rev', '', 'revision'),
General Comments 0
You need to be logged in to leave comments. Login now