Mercurial > hg
view tests/test-tag @ 722:e5b39ce2c3c9
Add doc/Makefile to MANIFEST
manifest hash: 1fc29da9334caa71ff8df55c52747f9c93df7e0f
author | mpm@selenic.com |
---|---|
date | Wed, 20 Jul 2005 11:40:27 -0500 |
parents | af4848f83e68 |
children | 7e4843b7efd2 |
line wrap: on
line source
#!/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"