author | timeless@gmail.com |
Thu, 13 Sep 2012 17:29:45 -0400 | |
changeset 1648 | 96331d6f9940 |
parent 1647 | 23521789ded0 |
child 1649 | 0b8a1e58dcf7 |
hgext/obsolete.py | file | annotate | diff | comparison | revisions |
--- a/hgext/obsolete.py Wed Sep 12 18:09:10 2012 -0400 +++ b/hgext/obsolete.py Thu Sep 13 17:29:45 2012 -0400 @@ -58,7 +58,7 @@ 'run `hg debugconvertobsolete` once.') def _obsdeserialize(flike): - """read a file like object serialized with _obsserialise + """read a file like object serialized with _obsserialize this desierialize into a {subject -> objects} mapping