comparison tests/test-subrepo.out @ 10378:e1401c74572f

subrepo: change default path in hgrc of subrepo after cloning Previous behavior was to put in the cloned subrepos the path found in the original main repo. However it isn't valid for relative path and it seems more logical to reference instead the subrepos working copy path of the original main repo.
author Saint Germain <saintger@gmail.com>
date Sat, 06 Feb 2010 19:14:37 +0100
parents 0bc93fa2cf2b
children 65a90c8e11ee
comparison
equal deleted inserted replaced
10377:04e1e6743809 10378:e1401c74572f
241 adding e 241 adding e
242 committing subrepository s 242 committing subrepository s
243 0 files updated, 0 files merged, 0 files removed, 0 files unresolved 243 0 files updated, 0 files merged, 0 files removed, 0 files unresolved
244 1 files updated, 0 files merged, 0 files removed, 0 files unresolved 244 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
245 (branch merge, don't forget to commit) 245 (branch merge, don't forget to commit)
246 % test repository cloning
247 adding nested_absolute/foo
248 adding nested_relative/foo2
249 adding main/.hgsub
250 committing subrepository nested_relative
251 committing subrepository nested_absolute
252 updating to branch default
253 2 files updated, 0 files merged, 0 files removed, 0 files unresolved
254 [paths]
255 default = /tmp/mercurial/main/nested_absolute
256 [paths]
257 default = /tmp/mercurial/main/nested_relative