Mercurial > hg-stable
diff tests/test-command-template.t @ 38241:7701c2d4a438
templater: always map over a wrapped object
_checkeditermaps() is no longer necessary as the hgweb issue was resolved.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sat, 21 Apr 2018 17:21:31 +0900 |
parents | 8bded7eae26c |
children | 06d11cd90516 |
line wrap: on
line diff
--- a/tests/test-command-template.t Sat Apr 21 17:15:11 2018 +0900 +++ b/tests/test-command-template.t Sat Apr 21 17:21:31 2018 +0900 @@ -3212,7 +3212,7 @@ $ hg log -R latesttag -r tip -T '{rev % "a"}\n' - hg: parse error: keyword 'rev' is not iterable of mappings + hg: parse error: 11 is not iterable of mappings [255] $ hg log -R latesttag -r tip -T '{get(extras, "unknown") % "a"}\n' hg: parse error: None is not iterable of mappings