##// END OF EJS Templates
Hide errno in abort messages
Hide errno in abort messages

File last commit:

r749:7e4843b7 default
r773:d77c1031 default
Show More
test-diffdir
12 lines | 179 B | text/plain | TextLexer
#!/bin/sh
hg init
touch a
hg add a
hg ci -m "a" -d "0 0"
echo 123 > b
hg add b
hg diff | sed "s/\(\(---\|+++\).*\)\t.*/\1/"
hg diff -r tip | sed "s/\(\(---\|+++\).*\)\t.*/\1/"