identify: refer to log to be able to view full hashes
authorMathias De Maré <mathias.demare@gmail.com>
Fri, 27 Nov 2015 20:23:23 +0100
changeset 27120 37edc8e5ed4f
parent 27119 2725d62ac632
child 27121 b08c31cfc4b6
identify: refer to log to be able to view full hashes
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.
     """