hgext/children.py
changeset 16668 f393d20fb2ba
parent 11321 40c06bbf58be
child 16670 052047753f7d
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