##// END OF EJS Templates
Updated TODO.
Updated TODO.

File last commit:

r749:7e4843b7 default
r759:d2c52a50 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/"