Show More
@@ -47,7 +47,8 b' disconnecting. Then exit nonzero, to for' | |||||
47 |
|
47 | |||
48 | $ cat >remote/.hg/hgrc <<EOF |
|
48 | $ cat >remote/.hg/hgrc <<EOF | |
49 | > [hooks] |
|
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 | > EOF |
|
52 | > EOF | |
52 |
|
53 | |||
53 | $ hg --cwd ./remote tip -T '{node|short}\n' |
|
54 | $ hg --cwd ./remote tip -T '{node|short}\n' |
General Comments 0
You need to be logged in to leave comments.
Login now