mercurial/unionrepo.py
changeset 48875 6000f5b25c9b
parent 48499 52034c42c09d
child 48946 642e31cb55f0
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
     9 
     9 
    10 """Repository class for "in-memory pull" of one local repository to another,
    10 """Repository class for "in-memory pull" of one local repository to another,
    11 allowing operations like diff and log with revsets.
    11 allowing operations like diff and log with revsets.
    12 """
    12 """
    13 
    13 
    14 from __future__ import absolute_import
       
    15 
    14 
    16 from .i18n import _
    15 from .i18n import _
    17 from .pycompat import getattr
    16 from .pycompat import getattr
    18 
    17 
    19 from . import (
    18 from . import (