##// END OF EJS Templates
Display symlink or executable bit with manifest -v...
Display symlink or executable bit with manifest -v New output looks like: 644 a 755 * b/a 644 @ l

File last commit:

r4180:f80cf8b7 default
r5405:8feb33c2 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