##// END OF EJS Templates
Revert almost all of 5be434785317; add a test...
Revert almost all of 5be434785317; add a test Because of file copies, we should update the manifest dict only after committing all files.

File last commit:

r3199:096f1c73 default
r3675:6990e499 default
Show More
test-diffdir
15 lines | 163 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