hgext/remotefilelog/remotefilelogserver.py
changeset 43085 eef9a2d67051
parent 43077 687b865b95ad
child 43105 649d3ac37a12
equal deleted inserted replaced
43084:c2e284cee333 43085:eef9a2d67051
    12 import time
    12 import time
    13 import zlib
    13 import zlib
    14 
    14 
    15 from mercurial.i18n import _
    15 from mercurial.i18n import _
    16 from mercurial.node import bin, hex, nullid
    16 from mercurial.node import bin, hex, nullid
       
    17 from mercurial.pycompat import open
    17 from mercurial import (
    18 from mercurial import (
    18     changegroup,
    19     changegroup,
    19     changelog,
    20     changelog,
    20     context,
    21     context,
    21     error,
    22     error,