##// END OF EJS Templates
test: make sure we hit the SIGPIPE in test-transaction-rollback-on-sigpipe...
marmoute -
r48351:640fdb7f default
parent child Browse files
Show More
@@ -47,7 +47,8 b' disconnecting. Then exit nonzero, to for'
47 47
48 48 $ cat >remote/.hg/hgrc <<EOF
49 49 > [hooks]
50 > pretxnchangegroup.break-things=$hook_script
50 > pretxnchangegroup.00-break-things=$hook_script
51 > pretxnchangegroup.01-output-things=echo "some remote output to be forward to the closed pipe"
51 52 > EOF
52 53
53 54 $ hg --cwd ./remote tip -T '{node|short}\n'
General Comments 0
You need to be logged in to leave comments. Login now