scm: mercurial: remove comment about Mercurial 0.9.5 compatibility from redminehelper.py
Redmine supports Mercurial 1.2 or higher from r7650. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9749 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
dd1cb4a5bf
commit
69b46ab1be
|
@ -178,8 +178,6 @@ def rhsummary(ui, repo, **opts):
|
|||
ui.write('</repository>\n')
|
||||
ui.write('</rhsummary>\n')
|
||||
|
||||
# This extension should be compatible with Mercurial 0.9.5.
|
||||
# Note that Mercurial 0.9.5 doesn't have extensions.wrapfunction().
|
||||
cmdtable = {
|
||||
'rhannotate': (rhannotate,
|
||||
[('r', 'rev', '', 'revision'),
|
||||
|
|
Loading…
Reference in New Issue