diff tests/test-hook @ 4085:719488a98ebe

Fix hg showconfig traceback with values that aren't strings
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Thu, 15 Feb 2007 10:15:08 -0200
parents 961ccb615cf7
children 949516072388
line wrap: on
line diff
--- a/tests/test-hook	Thu Feb 15 08:51:32 2007 -0200
+++ b/tests/test-hook	Thu Feb 15 10:15:08 2007 -0200
@@ -203,4 +203,6 @@
 echo >> foo
 hg ci --debug -m 'change foo' | sed -e 's/ at .*>/>/'
 
+hg showconfig hooks | sed -e 's/ at .*>/>/'
+
 exit 0