# HG changeset patch # User Matt Mackall # Date 2007-12-10 16:23:56 # Node ID 2f74cfa29e8c641a127130969aaf25cbbd32f046 # Parent e04a65111a80a5f62ce09e0ae67cde3e8f2b3b0f doc: correct preoutgoing description diff --git a/doc/hgrc.5.txt b/doc/hgrc.5.txt --- a/doc/hgrc.5.txt +++ b/doc/hgrc.5.txt @@ -281,7 +281,7 @@ hooks:: commit to proceed. Non-zero status will cause the commit to fail. Parent changeset IDs are in $HG_PARENT1 and $HG_PARENT2. preoutgoing;; - Run before computing changes to send from the local repository to + Run before collecting changes to send from the local repository to another. Non-zero status will cause failure. This lets you prevent pull over http or ssh. Also prevents against local pull, push (outbound) or bundle commands, but not effective, since you