tests/test-hook.t
changeset 12375 02990e22150b
parent 12372 5163e3c8aa52
child 12376 97ffc68f71d3
--- a/tests/test-hook.t	Wed Sep 22 16:05:59 2010 -0500
+++ b/tests/test-hook.t	Wed Sep 22 16:06:00 2010 -0500
@@ -415,12 +415,12 @@
   $ echo >> foo
   $ hg ci --debug -d '0 0' -m 'change foo'
   foo
-  calling hook commit\.auto: <function autohook at .*>
+  calling hook commit\.auto: <function autohook at .*> (re)
   Automatically installed hook
   committed changeset 1:52998019f6252a2b893452765fcb0a47351a5708
 
   $ hg showconfig hooks
-  hooks\.commit\.auto=<function autohook at .*>
+  hooks\.commit\.auto=<function autohook at .*> (re)
 
 test python hook configured with python:[file]:[hook] syntax