branch | stable |
changeset 13117 | 594ed85b6a3f |
parent 13105 | 2245fcd0e160 |
child 13120 | 8568bbdfbafe |
child 13287 | d0e0d3d43e14 |
--- a/mercurial/subrepo.py Fri Dec 10 01:30:16 2010 +0100 +++ b/mercurial/subrepo.py Fri Dec 10 19:08:17 2010 -0600 @@ -333,8 +333,6 @@ def addpathconfig(key, value): if value: - if not os.path.isabs(value): - value = os.path.relpath(os.path.abspath(value), root) fp.write('%s = %s\n' % (key, value)) self._repo.ui.setconfig('paths', key, value)