author | timeless@gmail.com |
Wed, 12 Sep 2012 18:03:19 -0400 | |
changeset 1649 | 0b8a1e58dcf7 |
parent 1648 | 96331d6f9940 |
child 1650 | 49d4f4bfd2ab |
hgext/obsolete.py | file | annotate | diff | comparison | revisions |
--- a/hgext/obsolete.py Thu Sep 13 17:29:45 2012 -0400 +++ b/hgext/obsolete.py Wed Sep 12 18:03:19 2012 -0400 @@ -60,7 +60,7 @@ def _obsdeserialize(flike): """read a file like object serialized with _obsserialize - this desierialize into a {subject -> objects} mapping + this deserialize into a {subject -> objects} mapping this was the very first format ever.""" rels = {}