devel: officially deprecate dirstate.write without transaction argument
authorPierre-Yves David <pierre-yves.david@ens-lyon.org>
Wed, 11 May 2016 09:31:47 +0200
changeset 29149 2e40fada340b
parent 29148 899879becd65
child 29150 0e9ed09f5fe9
devel: officially deprecate dirstate.write without transaction argument When we introduce the develwarning, we did not had an official deprecation API and infrastructure. We can now officially deprecate the old way with a version deadline.
mercurial/dirstate.py
--- a/mercurial/dirstate.py	Wed May 11 09:31:47 2016 +0200
+++ b/mercurial/dirstate.py	Wed May 11 09:31:47 2016 +0200
@@ -694,9 +694,9 @@
 
         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