[PATCH 1 of 8] graphlog: update help with replacement

timeless timeless at mozdev.org
Sun Jan 10 19:36:15 UTC 2016


# HG changeset patch
# User timeless <timeless at mozdev.org>
# Date 1452100669 0
#      Wed Jan 06 17:17:49 2016 +0000
# Node ID 190ad6bc502ce70b1a431ff599fe46e49ad5a4cd
# Parent  76fc5ac23473a25216f9cba2f977d1f56aa9df92
graphlog: update help with replacement

diff --git a/hgext/graphlog.py b/hgext/graphlog.py
--- a/hgext/graphlog.py
+++ b/hgext/graphlog.py
@@ -8,7 +8,7 @@
 '''command to view revision graphs from a shell (DEPRECATED)
 
 The functionality of this extension has been include in core Mercurial
-since version 2.3.
+since version 2.3. Please use :hg:`log -G ...` instead.
 
 This extension adds a --graph option to the incoming, outgoing and log
 commands. When this options is given, an ASCII representation of the
@@ -57,6 +57,8 @@
 
     Nodes printed as an @ character are parents of the working
     directory.
+
+    This is an alias to :hg:`log -G`.
     """
     opts['graph'] = True
     return commands.log(ui, repo, *pats, **opts)


More information about the Mercurial-devel mailing list