##// 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 checknewrepo local
44 44 echo this > local/foo
45 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 48 hg --config format.usestore=false init old
49 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 55 echo "#test failure"
52 56 hg init local
53 57
@@ -5,8 +5,13 revlogv1
5 5 store
6 6 fncache
7 7 adding foo
8 # creating repo with old format
8 # creating repo with format.usestore=false
9 9 revlogv1
10 # creating repo with format.usefncache=false
11 store created
12 00changelog.i created
13 revlogv1
14 store
10 15 #test failure
11 16 abort: repository local already exists!
12 17 # init+push to remote2
General Comments 0
You need to be logged in to leave comments. Login now