diff doc/hg.1.txt @ 963:84355e3e4493

Add -e and --remotecmd for clone and pull too
author mpm@selenic.com
date Fri, 19 Aug 2005 22:11:48 -0800
parents 5730e90c025b
children 022bcc738389
line wrap: on
line diff
--- 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.