comparison 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
comparison
equal deleted inserted replaced
4084:51e52db6b40d 4085:719488a98ebe
201 hg add foo 201 hg add foo
202 hg ci -m 'add foo' 202 hg ci -m 'add foo'
203 echo >> foo 203 echo >> foo
204 hg ci --debug -m 'change foo' | sed -e 's/ at .*>/>/' 204 hg ci --debug -m 'change foo' | sed -e 's/ at .*>/>/'
205 205
206 hg showconfig hooks | sed -e 's/ at .*>/>/'
207
206 exit 0 208 exit 0