##// END OF EJS Templates
subrepo: change default path in hgrc of subrepo after cloning...
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.

File last commit:

r6336:4b0c9c67 default
r10378:e1401c74 default
Show More
test-debugindexdot.out
8 lines | 72 B | text/plain | TextLexer
/ tests / test-debugindexdot.out
Dirkjan Ochtman
warn about new heads on commit (issue842)
r6336 created new head
Patrick Mezard
Test debugindexdot
r5346 digraph G {
-1 -> 0
0 -> 1
0 -> 2
2 -> 3
1 -> 3
}