##// END OF EJS Templates
subrepo: re-backout 2245fcd0e160...
Matt Mackall -
r13137:7397a532 default
parent child Browse files
Show More
@@ -333,8 +333,6 b' class hgsubrepo(abstractsubrepo):'
333
333
334 def addpathconfig(key, value):
334 def addpathconfig(key, value):
335 if value:
335 if value:
336 if not os.path.isabs(value):
337 value = os.path.relpath(os.path.abspath(value), root)
338 fp.write('%s = %s\n' % (key, value))
336 fp.write('%s = %s\n' % (key, value))
339 self._repo.ui.setconfig('paths', key, value)
337 self._repo.ui.setconfig('paths', key, value)
340
338
General Comments 0
You need to be logged in to leave comments. Login now