Mercurial > hg
view tests/test-hook.out @ 552:2204311609a0
Allow specifying revisions in 'hg log' like with 'hg diff'.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Allow specifying revisions in 'hg log' like with 'hg diff'.
manifest hash: 62d48dbaa0213b36f08dc15bc3b1a1f35ecd89f0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFCxPbeW7P1GVgWeRoRApOgAJsFYCQ8EEpYDQz8t53bRXfrP/MXwwCfWDV5
dLv6zwG6/I++SyChFkTPfAY=
=cg0V
-----END PGP SIGNATURE-----
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Fri, 01 Jul 2005 08:55:10 +0100 |
parents | 2ad41189bee5 |
children | 7e4843b7efd2 |
line wrap: on
line source
+ hg init + echo '[hooks]' + echo 'precommit = echo precommit hook' + echo 'commit = echo commit hook: $NODE' + echo a + hg add a + hg commit -t test -u test -d '0 0' precommit hook commit hook: acb14030fe0a21b60322c440ad2d20cf7685a376