comparison doc/hgrc.5.txt @ 1734:9488d53233b5

tests for new hooks. fix things i found when writing tests.
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Thu, 16 Feb 2006 09:56:31 -0800
parents d3e6da334b85
children 50de0887bbcd
comparison
equal deleted inserted replaced
1733:6d288d8c3ca6 1734:9488d53233b5
176 pretxnchangegroup;; 176 pretxnchangegroup;;
177 Run after a changegroup has been added via push, pull or unbundle, 177 Run after a changegroup has been added via push, pull or unbundle,
178 but before the transaction has been committed. Changegroup is 178 but before the transaction has been committed. Changegroup is
179 visible to hook program. This lets you validate incoming changes 179 visible to hook program. This lets you validate incoming changes
180 before accepting them. Passed the ID of the first new changeset 180 before accepting them. Passed the ID of the first new changeset
181 in $NODE. Exit status 0 allows the transaction to commit. 181 in $HG_NODE. Exit status 0 allows the transaction to commit.
182 Non-zero status will cause the transaction to be rolled back and 182 Non-zero status will cause the transaction to be rolled back and
183 the push, pull or unbundle will fail. 183 the push, pull or unbundle will fail.
184 pretxncommit;; 184 pretxncommit;;
185 Run after a changeset has been created but the transaction not yet 185 Run after a changeset has been created but the transaction not yet
186 committed. Changeset is visible to hook program. This lets you 186 committed. Changeset is visible to hook program. This lets you