mercurial/chgserver.py
changeset 50929 18c8c18993f0
parent 50928 d718eddf01d9
child 51288 8b2ea2246a5f
equal deleted inserted replaced
50928:d718eddf01d9 50929:18c8c18993f0
    47 import stat
    47 import stat
    48 import struct
    48 import struct
    49 import time
    49 import time
    50 
    50 
    51 from .i18n import _
    51 from .i18n import _
    52 from .pycompat import (
       
    53     getattr,
       
    54     setattr,
       
    55 )
       
    56 from .node import hex
    52 from .node import hex
    57 
    53 
    58 from . import (
    54 from . import (
    59     commandserver,
    55     commandserver,
    60     encoding,
    56     encoding,