[PATCH 3 of 4] children: mark extension as deprecated

Mads Kiilerich mads at kiilerich.com
Fri May 11 06:13:32 CDT 2012


Augie Fackler wrote, On 05/11/2012 12:54 PM:
> # HG changeset patch
> # User Augie Fackler<raf at durin42.com>
> # Date 1336729319 18000
> # Node ID c9d24d1c44355d0e493792b7d6daae9771e68da1
> # Parent  998e4a77aace9cb58b9d35f47d0e942ada6c85ac
> children: mark extension as deprecated
>
> diff --git a/hgext/children.py b/hgext/children.py
> --- a/hgext/children.py
> +++ b/hgext/children.py
> @@ -8,7 +8,11 @@
>   # 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 display child changesets'''
> +'''command to display child changesets (DEPRECATED)
> +
> +This extension is deprecated. You should use `hg log -r'children($revision)'`

That should use " in the example to please windows users.

/Mads


More information about the Mercurial-devel mailing list