Submitter | Pierre-Yves David |
---|---|
Date | May 8, 2016, 9:35 p.m. |
Message ID | <0bca9eed5d743dc99dac.1462743326@nodosa.octopoid.net> |
Download | mbox | patch |
Permalink | /patch/14974/ |
State | Superseded |
Commit | 2e40fada340ba1507e736842dd972f1b5c586bbe |
Headers | show |
Comments
Patch
diff -r cbb9caf8a54e -r 0bca9eed5d74 mercurial/dirstate.py --- a/mercurial/dirstate.py Thu May 05 19:23:49 2016 +0200 +++ b/mercurial/dirstate.py Thu May 05 19:24:35 2016 +0200 @@ -694,9 +694,9 @@ class dirstate(object): filename = self._filename if tr is False: # not explicitly specified - self._ui.develwarn('use dirstate.write with ' + self._ui.deprecwarn('use dirstate.write with ' 'repo.currenttransaction()', - config='check-dirstate-write') + '3.9') if self._opener.lexists(self._pendingfilename): # if pending file already exists, in-memory changes