mercurial/bundle2.py
changeset 51859 f4733654f144
parent 51858 607e94e01851
child 51892 8583d138f436
equal deleted inserted replaced
51858:607e94e01851 51859:f4733654f144
   143 channel usable. But none of the part read from an abort are processed. In the
   143 channel usable. But none of the part read from an abort are processed. In the
   144 future, dropping the stream may become an option for channel we do not care to
   144 future, dropping the stream may become an option for channel we do not care to
   145 preserve.
   145 preserve.
   146 """
   146 """
   147 
   147 
       
   148 from __future__ import annotations
   148 
   149 
   149 import collections
   150 import collections
   150 import errno
   151 import errno
   151 import os
   152 import os
   152 import re
   153 import re