changeset 17425 | e95ec38f86b0 |
parent 16944 | 5d3d77b3c512 |
child 17537 | 31f32a96e1e3 |
--- a/mercurial/config.py Wed Aug 15 22:38:42 2012 +0200 +++ b/mercurial/config.py Wed Aug 15 22:39:18 2012 +0200 @@ -67,7 +67,7 @@ return self._data.get(section, {}).get(item, default) def backup(self, section, item): - """return a tuple allowing restore to reinstall a previous valuesi + """return a tuple allowing restore to reinstall previous values The main reason we need it is because it handle the "no data" case. """