Show More
@@ -1169,7 +1169,7 b' class ui(object):' | |||||
1169 | return |
|
1169 | return | |
1170 | msg += ("\n(compatibility will be dropped after Mercurial-%s," |
|
1170 | msg += ("\n(compatibility will be dropped after Mercurial-%s," | |
1171 | " update your code.)") % version |
|
1171 | " update your code.)") % version | |
1172 | self.develwarn(msg, stacklevel=2) |
|
1172 | self.develwarn(msg, stacklevel=2, config='deprec-warn') | |
1173 |
|
1173 | |||
1174 | class paths(dict): |
|
1174 | class paths(dict): | |
1175 | """Represents a collection of paths and their configs. |
|
1175 | """Represents a collection of paths and their configs. |
General Comments 0
You need to be logged in to leave comments.
Login now