comparison 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
comparison
equal deleted inserted replaced
962:5730e90c025b 963:84355e3e4493
97 For efficiency, hardlinks are used for cloning whenever the 97 For efficiency, hardlinks are used for cloning whenever the
98 source and destination are on the same filesystem. 98 source and destination are on the same filesystem.
99 99
100 options: 100 options:
101 -U, --noupdate do not update the new working directory 101 -U, --noupdate do not update the new working directory
102 -e, --ssh specify ssh command to use
103 --remotecmd specify hg command to run on the remote side
102 104
103 commit [options] [files...]:: 105 commit [options] [files...]::
104 Commit changes to the given files into the repository. 106 Commit changes to the given files into the repository.
105 107
106 If a list of files is omitted, all changes reported by "hg status" 108 If a list of files is omitted, all changes reported by "hg status"
293 SSH requires an accessible shell account on the destination 295 SSH requires an accessible shell account on the destination
294 machine and a copy of hg in the remote path. 296 machine and a copy of hg in the remote path.
295 297
296 options: 298 options:
297 -u, --update update the working directory to tip after pull 299 -u, --update update the working directory to tip after pull
300 -e, --ssh specify ssh command to use
301 --remotecmd specify hg command to run on the remote side
298 302
299 push <destination>:: 303 push <destination>::
300 Push changes from the local repository to the given destination. 304 Push changes from the local repository to the given destination.
301 305
302 This is the symmetrical operation for pull. It helps to move 306 This is the symmetrical operation for pull. It helps to move