[PATCH 4 of 4] graphlog: mark as deprecated
Sean Farley
sean.michael.farley at gmail.com
Sat Nov 23 19:14:53 UTC 2013
mg at lazybytes.net writes:
> # HG changeset patch
> # User Martin Geisler <martin at 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.
More information about the Mercurial-devel
mailing list