mercurial/unionrepo.py
changeset 50929 18c8c18993f0
parent 50440 3a2df812e1c7
child 51013 93a44c1ba0c6
equal deleted inserted replaced
50928:d718eddf01d9 50929:18c8c18993f0
    11 allowing operations like diff and log with revsets.
    11 allowing operations like diff and log with revsets.
    12 """
    12 """
    13 
    13 
    14 
    14 
    15 from .i18n import _
    15 from .i18n import _
    16 from .pycompat import getattr
       
    17 
    16 
    18 from . import (
    17 from . import (
    19     changelog,
    18     changelog,
    20     cmdutil,
    19     cmdutil,
    21     encoding,
    20     encoding,