Mercurial > public > mercurial-scm > hg-stable
diff mercurial/subrepo.py @ 13117:594ed85b6a3f stable
subrepo: backed out changeset 2245fcd0e160
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Fri, 10 Dec 2010 19:08:17 -0600 |
parents | 2245fcd0e160 |
children | 8568bbdfbafe d0e0d3d43e14 |
line wrap: on
line diff
--- 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)