Mercurial > hg-stable
diff hgext/graphlog.py @ 7763:cdc913e7fc5f
log-like commands now use -G for --graph, -g for --git
author | Jim Correia <jim.correia@pobox.com> |
---|---|
date | Sat, 14 Feb 2009 22:41:18 +0100 |
parents | 4ad12930a459 |
children | 4a4c7f6a5912 |
line wrap: on
line diff
--- a/hgext/graphlog.py Sat Feb 14 22:40:39 2009 +0100 +++ b/hgext/graphlog.py Sat Feb 14 22:41:18 2009 +0100 @@ -409,7 +409,7 @@ return wrapfn(*args, **kwargs) return orig(*args, **kwargs) entry = extensions.wrapcommand(table, cmd, graph) - entry[1].append(('g', 'graph', None, _("show the revision DAG"))) + entry[1].append(('G', 'graph', None, _("show the revision DAG"))) cmdtable = { "glog":