# HG changeset patch # User Mathias De Maré # Date 1448652203 -3600 # Node ID 37edc8e5ed4f3c3ad20e3e429756fc50297ee38b # Parent 2725d62ac6323e9e3dddf2ea3e8facac479a3a0e identify: refer to log to be able to view full hashes diff -r 2725d62ac632 -r 37edc8e5ed4f mercurial/commands.py --- a/mercurial/commands.py Fri Nov 27 20:23:02 2015 +0100 +++ b/mercurial/commands.py Fri Nov 27 20:23:23 2015 +0100 @@ -4219,6 +4219,9 @@ hg id -r tip http://selenic.com/hg/ + See :hg:`log` for generating more information about specific revisions, + including full hash identifiers. + Returns 0 if successful. """