##// END OF EJS Templates
test-init: add test with format.usefncache=false
test-init: add test with format.usefncache=false

File last commit:

r4180:f80cf8b7 default
r7249:671b3e1e default
Show More
test-diffdir
20 lines | 205 B | text/plain | TextLexer
#!/bin/sh
hg init
touch a
hg add a
hg ci -m "a" -d "1000000 0"
echo 123 > b
hg add b
hg diff --nodates
hg diff --nodates -r tip
echo foo > a
hg diff --nodates
hg diff -r ""
hg diff -r tip -r ""
true