[PATCH 2 of 2] commands: refer from identify to log to be able to view full hashes

Mathias De Maré mathias.demare at gmail.com
Fri Nov 27 13:24:48 CST 2015


# HG changeset patch
# User Mathias De Maré <mathias.demare at gmail.com>
# Date 1448652203 -3600
#      Fri Nov 27 20:23:23 2015 +0100
# Node ID e429a3b26fe748cf569297ad59bec3f1870c6be3
# Parent  c3e3e536ad7e74d96322c3ac29dd883215abc04a
commands: refer from identify to log to be able to view full hashes

diff --git a/mercurial/commands.py b/mercurial/commands.py
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -4202,6 +4202,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.
     """
 


More information about the Mercurial-devel mailing list