Mercurial > public > mercurial-scm > hg
diff tests/test-command-template.t @ 25740:47469fa8fb01
templatekw: make {rev} return wdirrev instead of None
wdirrev/wdirnode identifiers are still experimental, but {node} is mapped to
wdirnode. So {rev} should do the same for consistency.
I'm not sure if templatekw can import scmutil. If not, we should move intrev()
to node module.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Thu, 02 Jul 2015 22:18:21 +0900 |
parents | 8854ca3fa675 |
children | f4412380d357 |
line wrap: on
line diff
--- a/tests/test-command-template.t Thu Jul 02 22:03:06 2015 +0900 +++ b/tests/test-command-template.t Thu Jul 02 22:18:21 2015 +0900 @@ -51,6 +51,12 @@ 8 t 7 f +Working-directory revision has special identifiers, though they are still +experimental: + + $ hg log -r 'wdir()' -T '{rev}:{node}\n' + 2147483647:ffffffffffffffffffffffffffffffffffffffff + Some keywords are invalid for working-directory revision, but they should never cause crash: