equal
deleted
inserted
replaced
181 _fparttypesize = '>B' |
181 _fparttypesize = '>B' |
182 _fpartid = '>I' |
182 _fpartid = '>I' |
183 _fpayloadsize = '>i' |
183 _fpayloadsize = '>i' |
184 _fpartparamcount = '>BB' |
184 _fpartparamcount = '>BB' |
185 |
185 |
186 preferedchunksize = 4096 |
186 preferedchunksize = 32768 |
187 |
187 |
188 _parttypeforbidden = re.compile('[^a-zA-Z0-9_:-]') |
188 _parttypeforbidden = re.compile('[^a-zA-Z0-9_:-]') |
189 |
189 |
190 def outdebug(ui, message): |
190 def outdebug(ui, message): |
191 """debug regarding output stream (bundling)""" |
191 """debug regarding output stream (bundling)""" |