# HG changeset patch # User timeless # Date 1452100669 0 # Node ID f93e7540db8c57983b571a7208935dd18c613dbf # Parent bbb61a8314c3935c882d9d1d65335757ecd0c0f3 graphlog: update help with replacement diff -r bbb61a8314c3 -r f93e7540db8c 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)