##// END OF EJS Templates
dirstate-v2: no longer register the data-file during transaction...
marmoute -
r50364:b5c85248 6.2.2 stable
parent child Browse files
Show More
@@ -115,8 +115,6 b' class _dirstatemapcommon:'
115 115 self.parents(), len(packed), meta
116 116 )
117 117 data_filename = new_docket.data_filename()
118 if tr:
119 tr.add(data_filename, 0)
120 118 self._opener.write(data_filename, packed)
121 119 # Write the new docket after the new data file has been
122 120 # written. Because `st` was opened with `atomictemp=True`,
General Comments 0
You need to be logged in to leave comments. Login now