Mercurial > public > mercurial-scm > hg
comparison mercurial/commands.py @ 27119:2725d62ac632
log: add 'hg log' example for full hashes
author | Mathias De Mar? <mathias.demare@gmail.com> |
---|---|
date | Fri, 27 Nov 2015 20:23:02 +0100 |
parents | 7a95c1e07487 |
children | 37edc8e5ed4f |
comparison
equal
deleted
inserted
replaced
27118:7a95c1e07487 | 27119:2725d62ac632 |
---|---|
4777 | 4777 |
4778 - all revision numbers that match a keyword:: | 4778 - all revision numbers that match a keyword:: |
4779 | 4779 |
4780 hg log -k bug --template "{rev}\\n" | 4780 hg log -k bug --template "{rev}\\n" |
4781 | 4781 |
4782 - the full hash identifier of the working directory parent:: | |
4783 | |
4784 hg log -r . --template "{node}\\n" | |
4785 | |
4782 - list available log templates:: | 4786 - list available log templates:: |
4783 | 4787 |
4784 hg log -T list | 4788 hg log -T list |
4785 | 4789 |
4786 - check if a given changeset is included in a tagged release:: | 4790 - check if a given changeset is included in a tagged release:: |