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
+++ b/tests/test-hook
@@ -203,4 +203,6 @@ hg ci -m 'add foo'
 echo >> foo
 hg ci --debug -m 'change foo' | sed -e 's/ at .*>/>/'
 
+hg showconfig hooks | sed -e 's/ at .*>/>/'
+
 exit 0