##// END OF EJS Templates
Test case for #295
Test case for #295

File last commit:

r1933:7544700f default
r2492:2f4addf5 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"