changeset 27120:37edc8e5ed4f

identify: refer to log to be able to view full hashes
author Mathias De Maré <mathias.demare@gmail.com>
date Fri, 27 Nov 2015 20:23:23 +0100
parents 2725d62ac632
children b08c31cfc4b6
files mercurial/commands.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.
     """