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

Augie Fackler raf at durin42.com
Fri May 11 05:54:13 CDT 2012


# 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)'`
+instead.
+'''
 
 from mercurial import cmdutil
 from mercurial.commands import templateopts


More information about the Mercurial-devel mailing list