hgext/children.py
changeset 48875 6000f5b25c9b
parent 48118 5105a9975407
child 50871 0c76520ec4cc
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
    12 
    12 
    13 This extension is deprecated. You should use :hg:`log -r
    13 This extension is deprecated. You should use :hg:`log -r
    14 "children(REV)"` instead.
    14 "children(REV)"` instead.
    15 '''
    15 '''
    16 
    16 
    17 from __future__ import absolute_import
       
    18 
    17 
    19 from mercurial.i18n import _
    18 from mercurial.i18n import _
    20 from mercurial import (
    19 from mercurial import (
    21     cmdutil,
    20     cmdutil,
    22     logcmdutil,
    21     logcmdutil,