hgext/children.py
changeset 51863 f4733654f144
parent 50871 0c76520ec4cc
equal deleted inserted replaced
51862:607e94e01851 51863:f4733654f144
    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 annotations
    17 
    18 
    18 from mercurial.i18n import _
    19 from mercurial.i18n import _
    19 from mercurial import (
    20 from mercurial import (
    20     cmdutil,
    21     cmdutil,
    21     logcmdutil,
    22     logcmdutil,