changeset 17426 | 9724f8f8850b |
parent 17425 | e95ec38f86b0 |
child 17429 | 72fa4ef2245f |
--- a/mercurial/obsolete.py Wed Aug 15 22:39:18 2012 +0200 +++ b/mercurial/obsolete.py Tue Aug 21 02:41:20 2012 +0200 @@ -55,10 +55,6 @@ import util, base85 from i18n import _ -# the obsolete feature is not mature enought to be enabled by default. -# you have to rely on third party extension extension to enable this. -_enabled = False - _pack = struct.pack _unpack = struct.unpack