comparison hgext3rd/topic/server.py @ 5193:a4d081923c81

compat: update hg-X.Y compat comments and test them
author Anton Shestakov <av6@dwimlabs.net>
date Tue, 10 Mar 2020 19:05:08 +0700
parents 515d425c0a05
children 6357551cb66f
comparison
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,