Mercurial > hg
annotate tests/test-hghave @ 8313:b695392491e7
commit: be more verbose in the -u help text
Make the requirement of an argument for -u a little more explicit.
author | Sverre Rabbelier <sverre@rabbelier.nl> |
---|---|
date | Fri, 08 May 2009 16:30:51 +0200 |
parents | 41a2c5cbcb6a |
children |
rev | line source |
---|---|
8059
41a2c5cbcb6a
hghave: checking that all targets are Exception-free
Nicolas Dumazet <nicdumz.commits@gmail.com>
parents:
diff
changeset
|
1 #!/bin/sh |
41a2c5cbcb6a
hghave: checking that all targets are Exception-free
Nicolas Dumazet <nicdumz.commits@gmail.com>
parents:
diff
changeset
|
2 # Testing that hghave does not crash when checking features |
41a2c5cbcb6a
hghave: checking that all targets are Exception-free
Nicolas Dumazet <nicdumz.commits@gmail.com>
parents:
diff
changeset
|
3 |
41a2c5cbcb6a
hghave: checking that all targets are Exception-free
Nicolas Dumazet <nicdumz.commits@gmail.com>
parents:
diff
changeset
|
4 "$TESTDIR/hghave" --test-features 2>/dev/null |