##// END OF EJS Templates
test-init: add test with format.usefncache=false
Adrian Buehlmann -
r7249:671b3e1e default
parent child Browse files
Show More
@@ -44,10 +44,14 b' checknewrepo local'
44 echo this > local/foo
44 echo this > local/foo
45 hg ci --cwd local -A -m "init" -d "1000000 0"
45 hg ci --cwd local -A -m "init" -d "1000000 0"
46
46
47 echo "# creating repo with old format"
47 echo "# creating repo with format.usestore=false"
48 hg --config format.usestore=false init old
48 hg --config format.usestore=false init old
49 checknewrepo old
49 checknewrepo old
50
50
51 echo "# creating repo with format.usefncache=false"
52 hg --config format.usefncache=false init old2
53 checknewrepo old2
54
51 echo "#test failure"
55 echo "#test failure"
52 hg init local
56 hg init local
53
57
@@ -5,8 +5,13 b' revlogv1'
5 store
5 store
6 fncache
6 fncache
7 adding foo
7 adding foo
8 # creating repo with old format
8 # creating repo with format.usestore=false
9 revlogv1
9 revlogv1
10 # creating repo with format.usefncache=false
11 store created
12 00changelog.i created
13 revlogv1
14 store
10 #test failure
15 #test failure
11 abort: repository local already exists!
16 abort: repository local already exists!
12 # init+push to remote2
17 # init+push to remote2
General Comments 0
You need to be logged in to leave comments. Login now