##// END OF EJS Templates
devel: officially deprecate dirstate.write without transaction argument...
Pierre-Yves David -
r29149:2e40fada default
parent child Browse files
Show More
@@ -694,9 +694,9 b' class dirstate(object):'
694 694
695 695 filename = self._filename
696 696 if tr is False: # not explicitly specified
697 self._ui.develwarn('use dirstate.write with '
697 self._ui.deprecwarn('use dirstate.write with '
698 698 'repo.currenttransaction()',
699 config='check-dirstate-write')
699 '3.9')
700 700
701 701 if self._opener.lexists(self._pendingfilename):
702 702 # if pending file already exists, in-memory changes
General Comments 0
You need to be logged in to leave comments. Login now