hgext3rd/topic/server.py
changeset 5193 a4d081923c81
parent 5180 515d425c0a05
equal deleted inserted replaced
5192:f5b366a31740 5193:a4d081923c81
    14     from mercurial.utils import (
    14     from mercurial.utils import (
    15         repoviewutil,
    15         repoviewutil,
    16     )
    16     )
    17     repoviewutil.subsettable
    17     repoviewutil.subsettable
    18 except (AttributeError, ImportError):
    18 except (AttributeError, ImportError):
    19     # hg <= 4.8
    19     # hg <= 4.9 (caebe5e7f4bd)
    20     from mercurial import branchmap as repoviewutil
    20     from mercurial import branchmap as repoviewutil
    21 
    21 
    22 from . import (
    22 from . import (
    23     common,
    23     common,
    24     constants,
    24     constants,