Mercurial > hg
view tests/test-help.out @ 840:141744605b51
hg status: added options to select files by status.
Added options -m, -a, -r and u to select files corresponding
to status M, A, R and ? respectively. If none of these
options are specified, files of all status will be shown.
author | tksoh@users.sourceforge.net |
---|---|
date | Sat, 06 Aug 2005 07:09:10 +0100 |
parents | 0902ffece4b4 |
children | f1555f48f884 c2e77581bc84 |
line wrap: on
line source
+ hg help basic hg commands (use "hg help -v" for more): add add the specified files on the next commit annotate show changeset information per file line clone make a copy of an existing repository commit commit the specified files or all outstanding changes diff diff working directory (or selected files) export dump the header and diffs for one or more changesets init create a new repository in the current directory log show the revision history of the repository or a single file pull pull changes from the specified source push push changes to the specified destination remove remove the specified files on the next commit revert revert modified files or dirs back to their unmodified states serve export the repository via HTTP status show changed files in the working directory update update or merge working directory + hg -q help basic hg commands (use "hg help -v" for more): add add the specified files on the next commit annotate show changeset information per file line clone make a copy of an existing repository commit commit the specified files or all outstanding changes diff diff working directory (or selected files) export dump the header and diffs for one or more changesets init create a new repository in the current directory log show the revision history of the repository or a single file pull pull changes from the specified source push push changes to the specified destination remove remove the specified files on the next commit revert revert modified files or dirs back to their unmodified states serve export the repository via HTTP status show changed files in the working directory update update or merge working directory + hg add -h hg add: option -h not recognized hg add [FILE]... -I --include include path in search -X --exclude exclude path from search add the specified files on the next commit + hg add --skjdfks hg add: option --skjdfks not recognized hg add [FILE]... -I --include include path in search -X --exclude exclude path from search add the specified files on the next commit + hg help diff hg diff [-r REV1 [-r REV2]] [FILE]... -r --rev revision -I --include include path in search -X --exclude exclude path from search diff working directory (or selected files) + hg help foo hg: unknown command foo + hg -q commands hg: unknown command 'commands' basic hg commands (use "hg help -v" for more): add add the specified files on the next commit annotate show changeset information per file line clone make a copy of an existing repository commit commit the specified files or all outstanding changes diff diff working directory (or selected files) export dump the header and diffs for one or more changesets init create a new repository in the current directory log show the revision history of the repository or a single file pull pull changes from the specified source push push changes to the specified destination remove remove the specified files on the next commit revert revert modified files or dirs back to their unmodified states serve export the repository via HTTP status show changed files in the working directory update update or merge working directory