comparison mercurial/dagparser.py @ 25736:8854ca3fa675

templatekw: apply manifest template only if ctx.manifestnode() exists This will prevent crash by "hg log -r 'wdir()' -Tdefault". We could use the pseudo ff... hash introduced by 183965a00c76, but it isn't proven idea yet. For now, I want to make "hg log" just works in order to test 'wdir()' revset. Note that unlike its name, "{manifest}" is not a list of files in that revision, but a pair of (manifestrev, manifestnode).
author Yuya Nishihara <yuya@tcha.org>
date Sat, 14 Mar 2015 17:58:18 +0900
parents c69f4f7fe01a
children a75cda2dfc19
comparison
equal deleted inserted replaced
25735:3948cb4d0ae7 25736:8854ca3fa675