graphlog: update help with replacement
authortimeless <timeless@mozdev.org>
Wed, 06 Jan 2016 17:17:49 +0000
changeset 27715 f93e7540db8c
parent 27714 bbb61a8314c3
child 27716 3501bd89dad2
graphlog: update help with replacement
hgext/graphlog.py
--- 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)