changeset 17424 | e7cfe3587ea4 |
parent 17405 | b0aad9fb87f9 |
child 17425 | e95ec38f86b0 |
--- a/mercurial/obsolete.py Tue Aug 28 17:59:08 2012 -0500 +++ b/mercurial/obsolete.py Wed Aug 15 22:38:42 2012 +0200 @@ -62,7 +62,7 @@ _pack = struct.pack _unpack = struct.unpack -# the obsolete feature is not mature enought to be enabled by default. +# the obsolete feature is not mature enough to be enabled by default. # you have to rely on third party extension extension to enable this. _enabled = False