##// END OF EJS Templates
Update docs...
Update docs -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Update docs General editing of man page adding new commands, removing old, updating usage Remove generated docs manifest hash: 68e3fa38e8ec38e80debd95854e1374a9d24fbe0 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCule6ywK+sNU5EO8RAm6SAJ0eQwB5eFG1WeswqNMRqUEclmMaNQCeMcYY Y+UCHuN6vQ4PgEUKt91+rEo= =PAAA -----END PGP SIGNATURE-----

File last commit:

r401:af4848f8 default
r438:b38deaf7 default
Show More
test-tag
13 lines | 207 B | text/plain | TextLexer
#!/bin/sh -x
hg init
echo a > a
hg add a
hg commit -t "test" -u test -d "0 0"
hg history
hg tag -u test -d "0 0" "bleah"
hg history
echo foo >> .hgtags
hg tag -u test -d "0 0" "bleah2" || echo "failed"