mercurial/dirstate.py
changeset 29097 ff4cc44364e3
parent 27670 4374f039d269
child 29137 d115cbf5980b
--- a/mercurial/dirstate.py	Sun May 08 10:43:41 2016 +0200
+++ b/mercurial/dirstate.py	Sun May 08 10:43:41 2016 +0200
@@ -694,10 +694,9 @@
 
         filename = self._filename
         if tr is False: # not explicitly specified
-            if (self._ui.configbool('devel', 'all-warnings')
-                or self._ui.configbool('devel', 'check-dirstate-write')):
-                self._ui.develwarn('use dirstate.write with '
-                                   'repo.currenttransaction()')
+            self._ui.develwarn('use dirstate.write with '
+                               'repo.currenttransaction()',
+                               config='check-dirstate-write')
 
             if self._opener.lexists(self._pendingfilename):
                 # if pending file already exists, in-memory changes