##// END OF EJS Templates
tests: remove useless sed in test-hook
Nicolas Dumazet -
r11794:80c63b2a default
parent child Browse files
Show More
@@ -397,14 +397,14 b''
397 397 $ hg ci -d '0 0' -m 'add foo'
398 398 Automatically installed hook
399 399 $ echo >> foo
400 $ hg ci --debug -d '0 0' -m 'change foo' | sed -e 's/ at .*>/>/'
400 $ hg ci --debug -d '0 0' -m 'change foo'
401 401 foo
402 calling hook commit.auto: <function autohook>
402 calling hook commit.auto: <function autohook at .*>
403 403 Automatically installed hook
404 404 committed changeset 1:52998019f6252a2b893452765fcb0a47351a5708
405 405
406 $ hg showconfig hooks | sed -e 's/ at .*>/>/'
407 hooks.commit.auto=<function autohook>
406 $ hg showconfig hooks
407 hooks.commit.auto=<function autohook at .*>
408 408
409 409 # test python hook configured with python:[file]:[hook] syntax
410 410
General Comments 0
You need to be logged in to leave comments. Login now