test-help.out
344 lines
| 14.7 KiB
| text/plain
|
TextLexer
/ tests / test-help.out
Thomas Arendsen Hein
|
r849 | Mercurial Distributed SCM | ||
Alexis S. L. Carvalho
|
r4315 | basic commands: | ||
Thomas Arendsen Hein
|
r849 | |||
add add the specified files on the next commit | ||||
timeless
|
r8779 | annotate show changeset information by line for each file | ||
Thomas Arendsen Hein
|
r849 | clone make a copy of an existing repository | ||
commit commit the specified files or all outstanding changes | ||||
Benoit Boissinot
|
r1568 | diff diff repository (or selected files) | ||
Thomas Arendsen Hein
|
r849 | export dump the header and diffs for one or more changesets | ||
mpm@selenic.com
|
r908 | init create a new repository in the given directory | ||
Bryan O'Sullivan
|
r1034 | log show revision history of entire repository or files | ||
Benoit Boissinot
|
r4014 | merge merge working directory with another revision | ||
Martin Geisler
|
r8026 | parents show the parents of the working directory or revision | ||
Thomas Arendsen Hein
|
r849 | pull pull changes from the specified source | ||
push push changes to the specified destination | ||||
remove remove the specified files on the next commit | ||||
serve export the repository via HTTP | ||||
status show changed files in the working directory | ||||
Benoit Boissinot
|
r4014 | update update working directory | ||
Alexis S. L. Carvalho
|
r4315 | |||
use "hg help" for the full list of commands or "hg -v" for details | ||||
Thomas Arendsen Hein
|
r849 | add add the specified files on the next commit | ||
timeless
|
r8779 | annotate show changeset information by line for each file | ||
Thomas Arendsen Hein
|
r849 | clone make a copy of an existing repository | ||
commit commit the specified files or all outstanding changes | ||||
Benoit Boissinot
|
r1568 | diff diff repository (or selected files) | ||
Thomas Arendsen Hein
|
r849 | export dump the header and diffs for one or more changesets | ||
mpm@selenic.com
|
r908 | init create a new repository in the given directory | ||
Bryan O'Sullivan
|
r1034 | log show revision history of entire repository or files | ||
Benoit Boissinot
|
r4014 | merge merge working directory with another revision | ||
Martin Geisler
|
r8026 | parents show the parents of the working directory or revision | ||
Thomas Arendsen Hein
|
r849 | pull pull changes from the specified source | ||
push push changes to the specified destination | ||||
remove remove the specified files on the next commit | ||||
serve export the repository via HTTP | ||||
status show changed files in the working directory | ||||
Benoit Boissinot
|
r4014 | update update working directory | ||
Thomas Arendsen Hein
|
r849 | Mercurial Distributed SCM | ||
Alexis S. L. Carvalho
|
r4315 | list of commands: | ||
Thomas Arendsen Hein
|
r849 | |||
Thomas Arendsen Hein
|
r3268 | add add the specified files on the next commit | ||
addremove add all new files, delete all missing files | ||||
timeless
|
r8779 | annotate show changeset information by line for each file | ||
archive create an unversioned archive of a repository revision | ||||
Thomas Arendsen Hein
|
r3268 | backout reverse effect of earlier changeset | ||
Matt Mackall
|
r5775 | bisect subdivision search of changesets | ||
Matt Mackall
|
r3502 | branch set or show the current branch name | ||
branches list repository named branches | ||||
Thomas Arendsen Hein
|
r3268 | bundle create a changegroup file | ||
Thomas Arendsen Hein
|
r3914 | cat output the current or given revision of files | ||
Thomas Arendsen Hein
|
r3268 | clone make a copy of an existing repository | ||
commit commit the specified files or all outstanding changes | ||||
copy mark files as copied for the next commit | ||||
diff diff repository (or selected files) | ||||
export dump the header and diffs for one or more changesets | ||||
grep search for a pattern in specified files and revisions | ||||
Alexis S. L. Carvalho
|
r4655 | heads show current repository heads or show branch heads | ||
Matt Mackall
|
r7210 | help show help for a given topic or a help overview | ||
Matt Mackall
|
r4665 | identify identify the working copy or specified revision | ||
Thomas Arendsen Hein
|
r3268 | import import an ordered set of patches | ||
incoming show new changesets found in source | ||||
init create a new repository in the given directory | ||||
locate locate files matching specific patterns | ||||
log show revision history of entire repository or files | ||||
Thomas Arendsen Hein
|
r3914 | manifest output the current or given revision of the project manifest | ||
Benoit Boissinot
|
r4014 | merge merge working directory with another revision | ||
Thomas Arendsen Hein
|
r3268 | outgoing show changesets not found in destination | ||
Martin Geisler
|
r8026 | parents show the parents of the working directory or revision | ||
Matt Mackall
|
r7707 | paths show aliases for remote repositories | ||
Thomas Arendsen Hein
|
r3268 | pull pull changes from the specified source | ||
push push changes to the specified destination | ||||
recover roll back an interrupted transaction | ||||
remove remove the specified files on the next commit | ||||
rename rename files; equivalent of copy + remove | ||||
Matt Mackall
|
r7530 | resolve retry file merges from a merge or update | ||
Martin Geisler
|
r8026 | revert restore individual files or directories to an earlier state | ||
Matt Mackall
|
r5576 | rollback roll back the last transaction | ||
Martin Geisler
|
r8026 | root print the root (top) of the current working directory | ||
Thomas Arendsen Hein
|
r3268 | serve export the repository via HTTP | ||
showconfig show combined config settings from all hgrc files | ||||
status show changed files in the working directory | ||||
John Coomes
|
r6321 | tag add one or more tags for the current or given revision | ||
Thomas Arendsen Hein
|
r3268 | tags list repository tags | ||
tip show the tip revision | ||||
Giorgos Keramidas
|
r4699 | unbundle apply one or more changegroup files | ||
Benoit Boissinot
|
r4014 | update update working directory | ||
Thomas Arendsen Hein
|
r3268 | verify verify the integrity of the repository | ||
version output version and copyright information | ||||
Alexis S. L. Carvalho
|
r4315 | |||
Matt Mackall
|
r7210 | additional help topics: | ||
Dirkjan Ochtman
|
r7197 | |||
dates Date Formats | ||||
patterns File Name Patterns | ||||
environment Environment Variables | ||||
revisions Specifying Single Revisions | ||||
multirevs Specifying Multiple Revisions | ||||
Matt Mackall
|
r7387 | diffs Diff Formats | ||
Dirkjan Ochtman
|
r7679 | templating Template Usage | ||
Martin Geisler
|
r7979 | urls URL Paths | ||
Dirkjan Ochtman
|
r7197 | |||
Alexis S. L. Carvalho
|
r4315 | use "hg -v help" to show aliases and global options | ||
Thomas Arendsen Hein
|
r3268 | add add the specified files on the next commit | ||
addremove add all new files, delete all missing files | ||||
timeless
|
r8779 | annotate show changeset information by line for each file | ||
archive create an unversioned archive of a repository revision | ||||
Thomas Arendsen Hein
|
r3268 | backout reverse effect of earlier changeset | ||
Matt Mackall
|
r5775 | bisect subdivision search of changesets | ||
Matt Mackall
|
r3502 | branch set or show the current branch name | ||
branches list repository named branches | ||||
Thomas Arendsen Hein
|
r3268 | bundle create a changegroup file | ||
Thomas Arendsen Hein
|
r3914 | cat output the current or given revision of files | ||
Thomas Arendsen Hein
|
r3268 | clone make a copy of an existing repository | ||
commit commit the specified files or all outstanding changes | ||||
copy mark files as copied for the next commit | ||||
diff diff repository (or selected files) | ||||
export dump the header and diffs for one or more changesets | ||||
grep search for a pattern in specified files and revisions | ||||
Alexis S. L. Carvalho
|
r4655 | heads show current repository heads or show branch heads | ||
Matt Mackall
|
r7210 | help show help for a given topic or a help overview | ||
Matt Mackall
|
r4665 | identify identify the working copy or specified revision | ||
Thomas Arendsen Hein
|
r3268 | import import an ordered set of patches | ||
incoming show new changesets found in source | ||||
init create a new repository in the given directory | ||||
locate locate files matching specific patterns | ||||
log show revision history of entire repository or files | ||||
Thomas Arendsen Hein
|
r3914 | manifest output the current or given revision of the project manifest | ||
Benoit Boissinot
|
r4014 | merge merge working directory with another revision | ||
Thomas Arendsen Hein
|
r3268 | outgoing show changesets not found in destination | ||
Martin Geisler
|
r8026 | parents show the parents of the working directory or revision | ||
Matt Mackall
|
r7707 | paths show aliases for remote repositories | ||
Thomas Arendsen Hein
|
r3268 | pull pull changes from the specified source | ||
push push changes to the specified destination | ||||
recover roll back an interrupted transaction | ||||
remove remove the specified files on the next commit | ||||
rename rename files; equivalent of copy + remove | ||||
Matt Mackall
|
r7530 | resolve retry file merges from a merge or update | ||
Martin Geisler
|
r8026 | revert restore individual files or directories to an earlier state | ||
Matt Mackall
|
r5576 | rollback roll back the last transaction | ||
Martin Geisler
|
r8026 | root print the root (top) of the current working directory | ||
Thomas Arendsen Hein
|
r3268 | serve export the repository via HTTP | ||
showconfig show combined config settings from all hgrc files | ||||
status show changed files in the working directory | ||||
John Coomes
|
r6321 | tag add one or more tags for the current or given revision | ||
Thomas Arendsen Hein
|
r3268 | tags list repository tags | ||
tip show the tip revision | ||||
Giorgos Keramidas
|
r4699 | unbundle apply one or more changegroup files | ||
Benoit Boissinot
|
r4014 | update update working directory | ||
Thomas Arendsen Hein
|
r3268 | verify verify the integrity of the repository | ||
version output version and copyright information | ||||
Dirkjan Ochtman
|
r7197 | |||
Matt Mackall
|
r7210 | additional help topics: | ||
Dirkjan Ochtman
|
r7197 | |||
dates Date Formats | ||||
patterns File Name Patterns | ||||
environment Environment Variables | ||||
revisions Specifying Single Revisions | ||||
multirevs Specifying Multiple Revisions | ||||
Matt Mackall
|
r7387 | diffs Diff Formats | ||
Dirkjan Ochtman
|
r7679 | templating Template Usage | ||
Martin Geisler
|
r7979 | urls URL Paths | ||
mpm@selenic.com
|
r914 | hg add [OPTION]... [FILE]... | ||
Bryan O'Sullivan
|
r736 | |||
Thomas Arendsen Hein
|
r849 | add the specified files on the next commit | ||
mpm@selenic.com
|
r331 | |||
Martin Geisler
|
r8004 | Schedule files to be version controlled and added to the | ||
repository. | ||||
Benoit Boissinot
|
r1437 | |||
Matt Mackall
|
r3829 | The files will be added to the repository at the next commit. To | ||
undo an add before that, see hg revert. | ||||
Benoit Boissinot
|
r1437 | |||
timeless
|
r7807 | If no names are given, add all files to the repository. | ||
Benoit Boissinot
|
r1437 | |||
Thomas Arendsen Hein
|
r849 | options: | ||
Bryan O'Sullivan
|
r736 | |||
Benoit Boissinot
|
r1437 | -I --include include names matching the given patterns | ||
-X --exclude exclude names matching the given patterns | ||||
Vadim Gelfer
|
r2418 | -n --dry-run do not perform actions, just print output | ||
Alexis S. L. Carvalho
|
r4315 | |||
use "hg -v help add" to show global options | ||||
Thomas Arendsen Hein
|
r849 | hg add: option --skjdfks not recognized | ||
mpm@selenic.com
|
r914 | hg add [OPTION]... [FILE]... | ||
mpm@selenic.com
|
r596 | |||
add the specified files on the next commit | ||||
Thomas Arendsen Hein
|
r849 | |||
Martin Geisler
|
r8004 | Schedule files to be version controlled and added to the | ||
repository. | ||||
Benoit Boissinot
|
r1437 | |||
Matt Mackall
|
r3829 | The files will be added to the repository at the next commit. To | ||
undo an add before that, see hg revert. | ||||
Benoit Boissinot
|
r1437 | |||
timeless
|
r7807 | If no names are given, add all files to the repository. | ||
Benoit Boissinot
|
r1437 | |||
Thomas Arendsen Hein
|
r849 | options: | ||
Benoit Boissinot
|
r1437 | -I --include include names matching the given patterns | ||
-X --exclude exclude names matching the given patterns | ||||
Vadim Gelfer
|
r2418 | -n --dry-run do not perform actions, just print output | ||
Alexis S. L. Carvalho
|
r4315 | |||
use "hg -v help add" to show global options | ||||
Thomas Arendsen Hein
|
r3885 | hg diff [OPTION]... [-r REV1 [-r REV2]] [FILE]... | ||
mpm@selenic.com
|
r331 | |||
Benoit Boissinot
|
r1568 | diff repository (or selected files) | ||
Thomas Arendsen Hein
|
r849 | |||
Benoit Boissinot
|
r1437 | Show differences between revisions for the specified files. | ||
Differences between files are shown using the unified diff format. | ||||
Matt Mackall
|
r3829 | NOTE: diff may generate unexpected results for merges, as it will | ||
default to comparing against the working directory's first parent | ||||
changeset if no revisions are specified. | ||||
Benoit Boissinot
|
r1437 | When two revision arguments are given, then changes are shown | ||
between those revisions. If only one revision is specified then | ||||
that revision is compared to the working directory, and, when no | ||||
revisions are specified, the working directory files are compared | ||||
to its parent. | ||||
Martin Geisler
|
r8033 | Without the -a/--text option, diff will avoid generating diffs of | ||
files it detects as binary. With -a, diff will generate a diff | ||||
anyway, probably with undesirable results. | ||||
Benoit Boissinot
|
r1437 | |||
Martin Geisler
|
r8033 | Use the -g/--git option to generate diffs in the git extended diff | ||
Martin Geisler
|
r7974 | format. For more information, read 'hg help diffs'. | ||
Dirkjan Ochtman
|
r7307 | |||
Thomas Arendsen Hein
|
r849 | options: | ||
Haakon Riiser
|
r2580 | -r --rev revision | ||
Stepan Koltsov
|
r7628 | -c --change change made by revision | ||
Haakon Riiser
|
r2580 | -a --text treat all files as text | ||
Brendan Cully
|
r2907 | -g --git use git extended diff format | ||
Stephen Darnell
|
r3200 | --nodates don't include dates in diff headers | ||
Jason Orendorff
|
r6668 | -p --show-function show which function each change is in | ||
Haakon Riiser
|
r2580 | -w --ignore-all-space ignore white space when comparing lines | ||
-b --ignore-space-change ignore changes in the amount of white space | ||||
-B --ignore-blank-lines ignore changes whose lines are all blank | ||||
Patrick Mezard
|
r6467 | -U --unified number of lines of context to show | ||
Haakon Riiser
|
r2580 | -I --include include names matching the given patterns | ||
-X --exclude exclude names matching the given patterns | ||||
Alexis S. L. Carvalho
|
r4315 | |||
use "hg -v help diff" to show global options | ||||
mpm@selenic.com
|
r914 | hg status [OPTION]... [FILE]... | ||
mpm@selenic.com
|
r331 | |||
Thomas Arendsen Hein
|
r5783 | aliases: st | ||
Thomas Arendsen Hein
|
r849 | show changed files in the working directory | ||
Christian Ebert
|
r6448 | Show status of files in the repository. If names are given, only | ||
files that match are shown. Files that are clean or ignored or | ||||
timeless
|
r8779 | the source of a copy/move operation, are not listed unless | ||
-c/--clean, -i/--ignored, -C/--copies or -A/--all are given. | ||||
Unless options described with "show only ..." are given, the | ||||
options -mardu are used. | ||||
Benoit Boissinot
|
r1437 | |||
Thomas Arendsen Hein
|
r6201 | Option -q/--quiet hides untracked (unknown and ignored) files | ||
Wagner Bruna
|
r8009 | unless explicitly requested with -u/--unknown or -i/--ignored. | ||
Zoran Bosnjak
|
r6200 | |||
Matt Mackall
|
r3829 | NOTE: status may appear to disagree with diff if permissions have | ||
changed or a merge has occurred. The standard diff format does not | ||||
report permission changes and diff only reports changes relative | ||||
to one merge parent. | ||||
Alexis S. L. Carvalho
|
r3468 | If one revision is given, it is used as the base revision. | ||
timeless
|
r8779 | If two revisions are given, the differences between them are | ||
shown. | ||||
Alexis S. L. Carvalho
|
r3468 | |||
Benoit Boissinot
|
r1437 | The codes used to show the status of files are: | ||
Thomas Arendsen Hein
|
r849 | M = modified | ||
A = added | ||||
R = removed | ||||
Matt Mackall
|
r5764 | C = clean | ||
Martin Geisler
|
r8040 | ! = missing (deleted by non-hg command, but still tracked) | ||
Thomas Arendsen Hein
|
r849 | ? = not tracked | ||
Thomas Arendsen Hein
|
r5998 | I = ignored | ||
timeless
|
r8779 | = origin of the previous file listed as A (added) | ||
Thomas Arendsen Hein
|
r849 | |||
options: | ||||
Vadim Gelfer
|
r2661 | -A --all show status of all files | ||
Thomas Arendsen Hein
|
r1107 | -m --modified show only modified files | ||
-a --added show only added files | ||||
-r --removed show only removed files | ||||
Thomas Arendsen Hein
|
r1620 | -d --deleted show only deleted (but tracked) files | ||
Vadim Gelfer
|
r2661 | -c --clean show only files without changes | ||
Thomas Arendsen Hein
|
r1107 | -u --unknown show only unknown (not tracked) files | ||
Thomas Arendsen Hein
|
r4156 | -i --ignored show only ignored files | ||
Thomas Arendsen Hein
|
r1107 | -n --no-status hide status prefix | ||
Vadim Gelfer
|
r2640 | -C --copies show source of copied files | ||
Benoit Boissinot
|
r1437 | -0 --print0 end filenames with NUL, for use with xargs | ||
Alexis S. L. Carvalho
|
r3468 | --rev show difference from revision | ||
Benoit Boissinot
|
r1437 | -I --include include names matching the given patterns | ||
-X --exclude exclude names matching the given patterns | ||||
Alexis S. L. Carvalho
|
r4315 | |||
use "hg -v help status" to show global options | ||||
mpm@selenic.com
|
r914 | hg status [OPTION]... [FILE]... | ||
Thomas Arendsen Hein
|
r849 | |||
show changed files in the working directory | ||||
Thomas Arendsen Hein
|
r848 | hg: unknown command 'foo' | ||
Thomas Arendsen Hein
|
r849 | Mercurial Distributed SCM | ||
Alexis S. L. Carvalho
|
r4315 | basic commands: | ||
Thomas Arendsen Hein
|
r848 | |||
add add the specified files on the next commit | ||||
timeless
|
r8779 | annotate show changeset information by line for each file | ||
Thomas Arendsen Hein
|
r848 | clone make a copy of an existing repository | ||
commit commit the specified files or all outstanding changes | ||||
Benoit Boissinot
|
r1568 | diff diff repository (or selected files) | ||
Thomas Arendsen Hein
|
r848 | export dump the header and diffs for one or more changesets | ||
mpm@selenic.com
|
r908 | init create a new repository in the given directory | ||
Bryan O'Sullivan
|
r1034 | log show revision history of entire repository or files | ||
Benoit Boissinot
|
r4014 | merge merge working directory with another revision | ||
Martin Geisler
|
r8026 | parents show the parents of the working directory or revision | ||
Thomas Arendsen Hein
|
r848 | pull pull changes from the specified source | ||
push push changes to the specified destination | ||||
remove remove the specified files on the next commit | ||||
serve export the repository via HTTP | ||||
status show changed files in the working directory | ||||
Benoit Boissinot
|
r4014 | update update working directory | ||
Alexis S. L. Carvalho
|
r4315 | |||
use "hg help" for the full list of commands or "hg -v" for details | ||||
Thomas Arendsen Hein
|
r849 | hg: unknown command 'skjdfks' | ||
Mercurial Distributed SCM | ||||
Alexis S. L. Carvalho
|
r4315 | basic commands: | ||
Thomas Arendsen Hein
|
r848 | |||
add add the specified files on the next commit | ||||
timeless
|
r8779 | annotate show changeset information by line for each file | ||
Thomas Arendsen Hein
|
r848 | clone make a copy of an existing repository | ||
commit commit the specified files or all outstanding changes | ||||
Benoit Boissinot
|
r1568 | diff diff repository (or selected files) | ||
Thomas Arendsen Hein
|
r848 | export dump the header and diffs for one or more changesets | ||
mpm@selenic.com
|
r908 | init create a new repository in the given directory | ||
Bryan O'Sullivan
|
r1034 | log show revision history of entire repository or files | ||
Benoit Boissinot
|
r4014 | merge merge working directory with another revision | ||
Martin Geisler
|
r8026 | parents show the parents of the working directory or revision | ||
Thomas Arendsen Hein
|
r848 | pull pull changes from the specified source | ||
push push changes to the specified destination | ||||
remove remove the specified files on the next commit | ||||
serve export the repository via HTTP | ||||
status show changed files in the working directory | ||||
Benoit Boissinot
|
r4014 | update update working directory | ||
Alexis S. L. Carvalho
|
r4315 | |||
use "hg help" for the full list of commands or "hg -v" for details | ||||