##// END OF EJS Templates
Fix sed expression in test-notify to be more portable.
Fix sed expression in test-notify to be more portable.

File last commit:

r3825:000d1220 default
r4157:bfeff6dc 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