tests/test-hook.t
changeset 20548 5bd6a9fec103
parent 19011 12acbea17625
child 22019 9fcf772f15ff
equal deleted inserted replaced
20547:9d9f8ccffead 20548:5bd6a9fec103
   497   $ hg ci -d '0 0' -m 'add foo'
   497   $ hg ci -d '0 0' -m 'add foo'
   498   Automatically installed hook
   498   Automatically installed hook
   499   $ echo >> foo
   499   $ echo >> foo
   500   $ hg ci --debug -d '0 0' -m 'change foo'
   500   $ hg ci --debug -d '0 0' -m 'change foo'
   501   foo
   501   foo
   502   calling hook commit.auto: <function autohook at *> (glob)
   502   calling hook commit.auto: hgext_hookext.autohook
   503   Automatically installed hook
   503   Automatically installed hook
   504   committed changeset 1:52998019f6252a2b893452765fcb0a47351a5708
   504   committed changeset 1:52998019f6252a2b893452765fcb0a47351a5708
   505 
   505 
   506   $ hg showconfig hooks
   506   $ hg showconfig hooks
   507   hooks.commit.auto=<function autohook at *> (glob)
   507   hooks.commit.auto=<function autohook at *> (glob)