##// 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:

r10051:a02d43ac stable
r10378:e1401c74 default
Show More
test-convert-hg-svn.out
38 lines | 710 B | text/plain | TextLexer
/ tests / test-convert-hg-svn.out
Bryan O'Sullivan
convert: tell the source repository when a rev has been converted...
r5554 Checked out revision 0.
A a
Adding a
Transmitting file data .
Committed revision 1.
% initial roundtrip
scanning source...
sorting...
converting...
0 added a
scanning source...
sorting...
converting...
% second roundtrip should do nothing
scanning source...
sorting...
converting...
scanning source...
sorting...
converting...
% new hg rev
Patrick Mezard
test-convert-hg-svn: fix test output
r9816 updating to branch default
Bryan O'Sullivan
convert: tell the source repository when a rev has been converted...
r5554 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
Patrick Mezard
convert/svn: make sink recover gracefully from empty changeset...
r10051 % adding an empty revision
Bryan O'Sullivan
convert: tell the source repository when a rev has been converted...
r5554 % echo hg to svn
scanning source...
sorting...
converting...
Patrick Mezard
convert/svn: make sink recover gracefully from empty changeset...
r10051 1 b
0 emtpy
Bryan O'Sullivan
convert: tell the source repository when a rev has been converted...
r5554 % svn back to hg should do nothing
scanning source...
sorting...
converting...
% hg back to svn should do nothing
scanning source...
sorting...
converting...