##// END OF EJS Templates
Fix copy in subdirectories...
Fix copy in subdirectories Spotted by Chad Netzer

File last commit:

r749:7e4843b7 default
r781:26f3d353 default
Show More
test-tag
13 lines | 183 B | text/plain | TextLexer
mpm@selenic.com
From: Radoslaw Szkodzinski <astralstorm@gorzow.mm.pl>...
r401 #!/bin/sh -x
hg init
echo a > a
hg add a
mpm@selenic.com
Update tests to use commit -m and default -u...
r749 hg commit -m "test" -d "0 0"
mpm@selenic.com
From: Radoslaw Szkodzinski <astralstorm@gorzow.mm.pl>...
r401 hg history
mpm@selenic.com
Update tests to use commit -m and default -u...
r749 hg tag -d "0 0" "bleah"
mpm@selenic.com
From: Radoslaw Szkodzinski <astralstorm@gorzow.mm.pl>...
r401 hg history
echo foo >> .hgtags
mpm@selenic.com
Update tests to use commit -m and default -u...
r749 hg tag -d "0 0" "bleah2" || echo "failed"
mpm@selenic.com
From: Radoslaw Szkodzinski <astralstorm@gorzow.mm.pl>...
r401