diff --git a/doc/hg.1.txt b/doc/hg.1.txt --- a/doc/hg.1.txt +++ b/doc/hg.1.txt @@ -99,6 +99,8 @@ clone [-U] [dest]:: 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 @@ pull :: 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 :: Push changes from the local repository to the given destination.