diff hgext/graphlog.py @ 27715:f93e7540db8c

graphlog: update help with replacement
author timeless <timeless@mozdev.org>
date Wed, 06 Jan 2016 17:17:49 +0000
parents 2f804a38351e
children 0e6b5a5aca22
line wrap: on
line diff
--- a/hgext/graphlog.py	Wed Dec 23 06:36:47 2015 +0000
+++ b/hgext/graphlog.py	Wed Jan 06 17:17:49 2016 +0000
@@ -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)