##// END OF EJS Templates
Fix up test-bad-pull output...
Fix up test-bad-pull output -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Fix up test-bad-pull output manifest hash: 4ed6670e4f20a0ad9e5b483ccc3003e8bd5c094c -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCwxwdywK+sNU5EO8RAm4RAJ9MuISeQhLqfxo4/w3WLjk18y6gXwCeMwCf 4nvEMnJCPMyk4MSMfzPnCnQ= =wAOy -----END PGP SIGNATURE-----

File last commit:

r345:9d8d9207 default
r524:230676d0 default
Show More
test-tags
34 lines | 430 B | text/plain | TextLexer
#!/bin/bash
set -x
mkdir t
cd t
hg init
hg id
echo a > a
hg add a
hg commit -t "test" -u test -d "0 0"
hg co
hg identify
T=`hg -q tip | cut -d : -f 2`
echo "$T first" > .hgtags
cat .hgtags
hg add .hgtags
hg commit -t "add tags" -u test -d "0 0"
hg tags
hg identify
echo bb > a
hg status
hg identify
hg co first
hg id
hg -v id
hg status
echo 1 > b
hg add b
hg commit -t "branch" -u test -d "0 0"
hg id
hg co -m 1
hg id
hg status