doc/hgrc.5.txt
changeset 1316 b650bfdfc7ee
parent 1312 c9cf171f30dd
child 1485 625f3f13d7be
--- a/doc/hgrc.5.txt	Thu Sep 22 09:47:27 2005 -0700
+++ b/doc/hgrc.5.txt	Thu Sep 22 10:12:42 2005 -0700
@@ -122,10 +122,12 @@
   Commands that get automatically executed by various actions such as
   starting or finishing a commit.
   changegroup;;
-    Run after a changegroup has been added via push or pull.
+    Run after a changegroup has been added via push or pull. Passed
+    the ID of the first new changeset in $NODE.
   commit;;
-    Run after a changeset has been created. Passed the ID of the newly
-    created changeset.
+    Run after a changeset has been created or for each changeset
+    pulled. Passed the ID of the newly created changeset in
+    environment variable $NODE.
   precommit;;
     Run before starting a commit.  Exit status 0 allows the commit to
     proceed.  Non-zero status will cause the commit to fail.