Show More
@@ -694,9 +694,9 b' class dirstate(object):' | |||||
694 |
|
694 | |||
695 | filename = self._filename |
|
695 | filename = self._filename | |
696 | if tr is False: # not explicitly specified |
|
696 | if tr is False: # not explicitly specified | |
697 |
self._ui.de |
|
697 | self._ui.deprecwarn('use dirstate.write with ' | |
698 | 'repo.currenttransaction()', |
|
698 | 'repo.currenttransaction()', | |
699 |
|
|
699 | '3.9') | |
700 |
|
700 | |||
701 | if self._opener.lexists(self._pendingfilename): |
|
701 | if self._opener.lexists(self._pendingfilename): | |
702 | # if pending file already exists, in-memory changes |
|
702 | # if pending file already exists, in-memory changes |
General Comments 0
You need to be logged in to leave comments.
Login now