mercurial/revlog.py
branchstable
changeset 51164 962974a5d068
parent 51158 e9eac01c57f3
child 51165 66417f55ea33
equal deleted inserted replaced
51159:3e2a878fb96f 51164:962974a5d068
   781             atomictemp=True,
   781             atomictemp=True,
   782         )
   782         )
   783 
   783 
   784     def split_inline(self, tr, header, new_index_file_path=None):
   784     def split_inline(self, tr, header, new_index_file_path=None):
   785         """split the data of an inline revlog into an index and a data file"""
   785         """split the data of an inline revlog into an index and a data file"""
       
   786         assert self._delay_buffer is None
   786         existing_handles = False
   787         existing_handles = False
   787         if self._writinghandles is not None:
   788         if self._writinghandles is not None:
   788             existing_handles = True
   789             existing_handles = True
   789             fp = self._writinghandles[0]
   790             fp = self._writinghandles[0]
   790             fp.flush()
   791             fp.flush()