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

r9934:720f70b7 default
r10378:e1401c74 default
Show More
test-fncache.out
73 lines | 1.2 KiB | text/plain | TextLexer
Adrian Buehlmann
add test-fncache
r7290 % init repo1
% add a; ci
adding a
% cat .hg/store/fncache
data/a.i
% add a.i/b; ci
adding a.i/b
% cat .hg/store/fncache
data/a.i
data/a.i.hg/b.i
% add a.i.hg/c; ci
adding a.i.hg/c
% cat .hg/store/fncache
data/a.i
data/a.i.hg/b.i
data/a.i.hg.hg/c.i
% hg verify
checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
3 files, 3 changesets, 3 total revisions
% rm .hg/store/fncache
% hg verify
checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
data/a.i@0: missing revlog!
Benoit Boissinot
filelog encoding: move the encoding/decoding into store...
r8531 data/a.i.hg/c.i@2: missing revlog!
data/a.i/b.i@1: missing revlog!
Adrian Buehlmann
add test-fncache
r7290 3 files, 3 changesets, 3 total revisions
3 integrity errors encountered!
(first damaged changeset appears to be 0)
Benoit Boissinot
store encoding: .i/.d encoding for non-store repo (broken by 810387f59696)
r8633 % non store repo
adding tst.d/foo
Will Maier
test-fncache: Use find instead of ls -R....
r8721 .hg
.hg/00changelog.i
.hg/00manifest.i
.hg/data
.hg/data/tst.d.hg
.hg/data/tst.d.hg/foo.i
.hg/dirstate
Greg Ward
commit: save commit message so it's not destroyed by rollback....
r9934 .hg/last-message.txt
Will Maier
test-fncache: Use find instead of ls -R....
r8721 .hg/requires
.hg/undo
.hg/undo.branch
.hg/undo.dirstate
Benoit Boissinot
store encoding: .i/.d encoding for non-store repo (broken by 810387f59696)
r8633 % non fncache repo
adding tst.d/Foo
Will Maier
test-fncache: Use find instead of ls -R....
r8721 .hg
.hg/00changelog.i
.hg/dirstate
Greg Ward
commit: save commit message so it's not destroyed by rollback....
r9934 .hg/last-message.txt
Will Maier
test-fncache: Use find instead of ls -R....
r8721 .hg/requires
.hg/store
.hg/store/00changelog.i
.hg/store/00manifest.i
.hg/store/data
.hg/store/data/tst.d.hg
.hg/store/data/tst.d.hg/_foo.i
.hg/store/undo
.hg/undo.branch
.hg/undo.dirstate