mercurial/wireprotov1peer.py
changeset 42814 2c4f656c8e9f
parent 42813 268662aac075
child 43076 2372284d9457
equal deleted inserted replaced
42813:268662aac075 42814:2c4f656c8e9f
    25     util,
    25     util,
    26     wireprototypes,
    26     wireprototypes,
    27 )
    27 )
    28 from .interfaces import (
    28 from .interfaces import (
    29     repository,
    29     repository,
    30 )
    30     util as interfaceutil,
    31 from .utils import (
       
    32     interfaceutil,
       
    33 )
    31 )
    34 
    32 
    35 urlreq = util.urlreq
    33 urlreq = util.urlreq
    36 
    34 
    37 def batchable(f):
    35 def batchable(f):