author | Mathias De Maré <mathias.demare@gmail.com> |
Fri, 27 Nov 2015 20:23:02 +0100 | |
changeset 27119 | 2725d62ac632 |
parent 27118 | 7a95c1e07487 |
child 27120 | 37edc8e5ed4f |
--- a/mercurial/commands.py Fri Oct 02 07:48:23 2015 +0200 +++ b/mercurial/commands.py Fri Nov 27 20:23:02 2015 +0100 @@ -4779,6 +4779,10 @@ hg log -k bug --template "{rev}\\n" + - the full hash identifier of the working directory parent:: + + hg log -r . --template "{node}\\n" + - list available log templates:: hg log -T list