@@ 57,7 57,7 @@ except ImportError:
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 @@ def dagwalker(repo, revs):
@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