##// END OF EJS Templates
Changed coding hint to BOM
Changed coding hint to BOM

File last commit:

r749:7e4843b7 default
r760:73540173 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/"