changeset 13576 | edd06611a7c6 |
parent 13493 | 95b0d4c1c9e1 |
child 13774 | 1ce0e80799c0 |
--- a/mercurial/ui.py Thu Mar 10 13:43:47 2011 +0100 +++ b/mercurial/ui.py Thu Mar 10 16:49:37 2011 +0100 @@ -273,7 +273,7 @@ cfg = self._data(untrusted) for section in cfg.sections(): for name, value in self.configitems(section, untrusted): - yield section, name, str(value).replace('\n', '\\n') + yield section, name, value def plain(self): '''is plain mode active?