diff doc/hgrc.5.txt @ 962:5730e90c025b

Doc updates for push, pull, hooks, local tags, and ssh options
author mpm@selenic.com
date Fri, 19 Aug 2005 21:47:46 -0800
parents 52d8d81e72ad
children 3f37720e7dc7
line wrap: on
line diff
--- a/doc/hgrc.5.txt	Fri Aug 19 21:36:57 2005 -0800
+++ b/doc/hgrc.5.txt	Fri Aug 19 21:47:46 2005 -0800
@@ -70,6 +70,8 @@
   commit;;
     Run after a changeset has been created. Passed the ID of the newly
     created changeset.
+  changegroup;;
+    Run after a changegroup has been added via push or pull.
 
 http_proxy::
   Used to access web-based Mercurial repositories through a HTTP
@@ -90,11 +92,6 @@
   symbolic name, and the right gives the directory or URL that is the
   location of the repository.
 
-tags::
-  Tags that are local to a repository and not distributed or version
-  controlled.  The left side is the tag name, and the right is the
-  ID of the changeset to identify.
-
 ui::
   User interface controls.
   debug;;
@@ -114,6 +111,11 @@
     <fred@example.com>".  Default is $EMAIL or username@hostname.
   verbose;;
     Increase the amount of output printed.  True or False.  Default is False.
+  ssh;;
+    command to use for SSH connections. Default is 'ssh'.
+  remotecmd;;
+    command to use for remote push operations. Default is 'hg'.
+
 
 web::
   Web interface configuration.