Submitter | Martin Geisler |
---|---|
Date | Nov. 23, 2013, 7:01 p.m. |
Message ID | <f7bb36abff72c6b19d8e.1385233292@hbox.dyndns.org> |
Download | mbox | patch |
Permalink | /patch/3105/ |
State | Accepted |
Commit | 6ed9141151bfd462b1737dacdcdd5b8cf93fbd88 |
Headers | show |
Comments
mg@lazybytes.net writes: > # HG changeset patch > # User Martin Geisler <martin@geisler.net> > # Date 1385228072 -3600 > # Sat Nov 23 18:34:32 2013 +0100 > # Node ID f7bb36abff72c6b19d8e2c3a1fb2c92ff42b8518 > # Parent ffaa9f3a8aebc8cd3e62861582c47243b196f551 > graphlog: mark as deprecated > > diff --git a/hgext/graphlog.py b/hgext/graphlog.py > --- a/hgext/graphlog.py > +++ b/hgext/graphlog.py > @@ -5,7 +5,10 @@ > # This software may be used and distributed according to the terms of the > # GNU General Public License version 2 or any later version. > > -'''command to view revision graphs from a shell > +'''command to view revision graphs from a shell (DEPRECATED) > + > +The functionality of this extension has been include in core Mercurial > +since version 2.3. > > This extension adds a --graph option to the incoming, outgoing and log > commands. When this options is given, an ASCII representation of the Awesome! These patches look great.
Patch
diff --git a/hgext/graphlog.py b/hgext/graphlog.py --- a/hgext/graphlog.py +++ b/hgext/graphlog.py @@ -5,7 +5,10 @@ # This software may be used and distributed according to the terms of the # GNU General Public License version 2 or any later version. -'''command to view revision graphs from a shell +'''command to view revision graphs from a shell (DEPRECATED) + +The functionality of this extension has been include in core Mercurial +since version 2.3. This extension adds a --graph option to the incoming, outgoing and log commands. When this options is given, an ASCII representation of the