Mercurial > public > mercurial-scm > hg-stable
diff mercurial/subrepo.py @ 13137:7397a53219c9
subrepo: re-backout 2245fcd0e160
This bug got introduced into default simultaneously with its backout,
so future merges didn't eradicate it.
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Tue, 14 Dec 2010 18:10:51 -0600 |
parents | e76701bf4480 |
children | aae2d5cbde64 |
line wrap: on
line diff
--- a/mercurial/subrepo.py Tue Dec 14 17:10:01 2010 -0600 +++ b/mercurial/subrepo.py Tue Dec 14 18:10:51 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)