# HG changeset patch # User Aurelien Campeas # Date 1637842170 -3600 # Thu Nov 25 13:09:30 2021 +0100 # Node ID 0b723df0c41f079c6b57b21619862ab7a6c1ab4d # Parent 43c0df16c4ea20c32e854917f194bbed8172b524 HG 6.0 compat diff --git a/lairucrem/extension.py b/lairucrem/extension.py --- a/lairucrem/extension.py +++ b/lairucrem/extension.py @@ -57,7 +57,7 @@ colorext = True -testedwith = '4.0 4.1 4.2 4.3 4.4. 4.5 5.1' +testedwith = '4.0 4.1 4.2 4.3 4.4. 4.5 5.1 5.7 5.8 5.9 6.0' def monkeypatch(cls, methodname=None): @@ -106,8 +106,8 @@ @command(b'debuglairucremgraphlog', [ - (b'r', b'rev', [], i18n._('show the specified revision or range'), i18n._('REV')), - (b'T', b'template', b'', i18n._('display with template'), i18n._('TEMPLATE')), + (b'r', b'rev', [], i18n._(b'show the specified revision or range'), i18n._(b'REV')), + (b'T', b'template', b'', i18n._(b'display with template'), i18n._(b'TEMPLATE')), ], inferrepo=True) def debuglairucremgraphlog(ui, repo, *pats, **opts): # Parameters are identical to log command ones