mercurial/ui.py
changeset 29096 33a10e212b80
parent 29095 3f33831a9202
child 29109 e9ce33c642e8
--- a/mercurial/ui.py	Sun May 08 10:43:41 2016 +0200
+++ b/mercurial/ui.py	Sun May 08 10:43:41 2016 +0200
@@ -1169,7 +1169,7 @@
             return
         msg += ("\n(compatibility will be dropped after Mercurial-%s,"
                 " update your code.)") % version
-        self.develwarn(msg, stacklevel=2)
+        self.develwarn(msg, stacklevel=2, config='deprec-warn')
 
 class paths(dict):
     """Represents a collection of paths and their configs.