Mercurial > hg
view tests/test-hook.out @ 686:d7d68d27ebe5
Reapply startswith() changes that got lost with stale edit
manifest hash: 16d7feedd561591a21727a4c13a1223019d802a7
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Tue, 12 Jul 2005 00:51:49 -0800 |
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