diff 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
line wrap: on
line diff
--- a/doc/hgrc.5.txt	Thu Feb 16 09:09:45 2006 -0800
+++ b/doc/hgrc.5.txt	Thu Feb 16 09:56:31 2006 -0800
@@ -178,7 +178,7 @@
     but before the transaction has been committed.  Changegroup is
     visible to hook program.  This lets you validate incoming changes
     before accepting them.  Passed the ID of the first new changeset
-    in $NODE.  Exit status 0 allows the transaction to commit.
+    in $HG_NODE.  Exit status 0 allows the transaction to commit.
     Non-zero status will cause the transaction to be rolled back and
     the push, pull or unbundle will fail.
   pretxncommit;;