hgext/convert/cvs.py
changeset 50929 18c8c18993f0
parent 49903 8f9fbc665928
equal deleted inserted replaced
50928:d718eddf01d9 50929:18c8c18993f0
    10 import re
    10 import re
    11 import socket
    11 import socket
    12 
    12 
    13 from mercurial.i18n import _
    13 from mercurial.i18n import _
    14 from mercurial.pycompat import (
    14 from mercurial.pycompat import (
    15     getattr,
       
    16     open,
    15     open,
    17 )
    16 )
    18 from mercurial import (
    17 from mercurial import (
    19     encoding,
    18     encoding,
    20     error,
    19     error,