changeset 25127 | 2b9cda9040f7 |
parent 16836 | 1ba3e17186c8 |
child 28045 | f68ded00cae5 |
--- a/contrib/hg-ssh Sun May 10 03:06:00 2015 -0700 +++ b/contrib/hg-ssh Sun May 10 04:39:11 2015 -0700 @@ -64,7 +64,7 @@ if readonly: cmd += [ '--config', - 'hooks.prechangegroup.hg-ssh=python:__main__.rejectpush', + 'hooks.pretxnopen.hg-ssh=python:__main__.rejectpush', '--config', 'hooks.prepushkey.hg-ssh=python:__main__.rejectpush' ]