##// END OF EJS Templates
fix comment.
fix comment.

File last commit:

r1933:7544700f default
r2957:6e062d9b default
Show More
test-addremove
12 lines | 197 B | text/plain | TextLexer
#!/bin/sh
hg init rep
cd rep
mkdir dir
touch foo dir/bar
hg -v addremove
hg -v commit -m "add 1" -d "1000000 0"
cd dir/
touch ../foo_2 bar_2
hg -v addremove
hg -v commit -m "add 2" -d "1000000 0"