tests/test-hook.out
author mpm@selenic.com
Thu, 21 Jul 2005 12:21:33 -0500
changeset 742 092937de2ad7
parent 487 2ad41189bee5
child 749 7e4843b7efd2
permissions -rw-r--r--
Refactor matchpats and walk Move core match function code to util Add some comments and whitespace Simplify options Use lambdas instead of always and never
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
487
2ad41189bee5 Add initial hook support
mpm@selenic.com
parents:
diff changeset
     1
+ hg init
2ad41189bee5 Add initial hook support
mpm@selenic.com
parents:
diff changeset
     2
+ echo '[hooks]'
2ad41189bee5 Add initial hook support
mpm@selenic.com
parents:
diff changeset
     3
+ echo 'precommit = echo precommit hook'
2ad41189bee5 Add initial hook support
mpm@selenic.com
parents:
diff changeset
     4
+ echo 'commit = echo commit hook: $NODE'
2ad41189bee5 Add initial hook support
mpm@selenic.com
parents:
diff changeset
     5
+ echo a
2ad41189bee5 Add initial hook support
mpm@selenic.com
parents:
diff changeset
     6
+ hg add a
2ad41189bee5 Add initial hook support
mpm@selenic.com
parents:
diff changeset
     7
+ hg commit -t test -u test -d '0 0'
2ad41189bee5 Add initial hook support
mpm@selenic.com
parents:
diff changeset
     8
precommit hook
2ad41189bee5 Add initial hook support
mpm@selenic.com
parents:
diff changeset
     9
commit hook: acb14030fe0a21b60322c440ad2d20cf7685a376