doc/hg.1.txt
changeset 963 84355e3e4493
parent 962 5730e90c025b
child 966 022bcc738389
--- a/doc/hg.1.txt	Fri Aug 19 21:47:46 2005 -0800
+++ b/doc/hg.1.txt	Fri Aug 19 22:11:48 2005 -0800
@@ -99,6 +99,8 @@
 
     options:
     -U, --noupdate   do not update the new working directory
+    -e, --ssh        specify ssh command to use
+    --remotecmd      specify hg command to run on the remote side
 
 commit [options] [files...]::
     Commit changes to the given files into the repository.
@@ -295,6 +297,8 @@
       
     options:
     -u, --update   update the working directory to tip after pull
+    -e, --ssh    specify ssh command to use
+    --remotecmd  specify hg command to run on the remote side
 
 push <destination>::
     Push changes from the local repository to the given destination.