--- 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