comparison hgext/children.py @ 16668:f393d20fb2ba

children: mark extension as deprecated
author Augie Fackler <raf@durin42.com>
date Fri, 11 May 2012 06:15:46 -0500
parents 40c06bbf58be
children 052047753f7d
comparison
equal deleted inserted replaced
16667:bdb7ae65c27c 16668:f393d20fb2ba
6 # Thomas Arendsen Hein <thomas@intevation.de> 6 # Thomas Arendsen Hein <thomas@intevation.de>
7 # 7 #
8 # This software may be used and distributed according to the terms of the 8 # This software may be used and distributed according to the terms of the
9 # GNU General Public License version 2 or any later version. 9 # GNU General Public License version 2 or any later version.
10 10
11 '''command to display child changesets''' 11 '''command to display child changesets (DEPRECATED)
12
13 This extension is deprecated. You should use `hg log -r "children($revision)"`
14 instead.
15 '''
12 16
13 from mercurial import cmdutil 17 from mercurial import cmdutil
14 from mercurial.commands import templateopts 18 from mercurial.commands import templateopts
15 from mercurial.i18n import _ 19 from mercurial.i18n import _
16 20