##// END OF EJS Templates
Added test for relative paths and all status flags for 'hg status'
Added test for relative paths and all status flags for 'hg status'

File last commit:

r1623:eef8ff46 default
r1624:d9e576e5 default
Show More
test-addremove
12 lines | 185 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 "0 0"
cd dir/
touch ../foo_2 bar_2
hg -v addremove
hg -v commit -m "add 2" -d "0 0"