##// END OF EJS Templates
commands: correct diff -c explanation
commands: correct diff -c explanation

File last commit:

r10527:9c0ba837 stable
r10527:9c0ba837 stable
Show More
test-help.out
637 lines | 25.9 KiB | text/plain | TextLexer
Thomas Arendsen Hein
Further help improvements:...
r849 Mercurial Distributed SCM
Alexis S. L. Carvalho
Add a pointer to "hg -v help" to the bottom of hg help {,cmd} output...
r4315 basic commands:
Thomas Arendsen Hein
Further help improvements:...
r849
add add the specified files on the next commit
timeless
Improve English for help text of many core hg commands....
r8779 annotate show changeset information by line for each file
Thomas Arendsen Hein
Further help improvements:...
r849 clone make a copy of an existing repository
commit commit the specified files or all outstanding changes
Benoit Boissinot
make all commands be repo-wide by default...
r1568 diff diff repository (or selected files)
Thomas Arendsen Hein
Further help improvements:...
r849 export dump the header and diffs for one or more changesets
Steve Losh
Add a forget command for easily untracking files....
r8902 forget forget the specified files on the next commit
mpm@selenic.com
Fix tests for new init command
r908 init create a new repository in the given directory
Bryan O'Sullivan
Fix help output, and a few broken tests.
r1034 log show revision history of entire repository or files
Benoit Boissinot
various doc fixes...
r4014 merge merge working directory with another revision
Thomas Arendsen Hein
Further help improvements:...
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
Matt Mackall
Introduce summary command
r9603 summary summarize working directory state
Benoit Boissinot
various doc fixes...
r4014 update update working directory
Alexis S. L. Carvalho
Add a pointer to "hg -v help" to the bottom of hg help {,cmd} output...
r4315
use "hg help" for the full list of commands or "hg -v" for details
Thomas Arendsen Hein
Further help improvements:...
r849 add add the specified files on the next commit
timeless
Improve English for help text of many core hg commands....
r8779 annotate show changeset information by line for each file
Thomas Arendsen Hein
Further help improvements:...
r849 clone make a copy of an existing repository
commit commit the specified files or all outstanding changes
Benoit Boissinot
make all commands be repo-wide by default...
r1568 diff diff repository (or selected files)
Thomas Arendsen Hein
Further help improvements:...
r849 export dump the header and diffs for one or more changesets
Steve Losh
Add a forget command for easily untracking files....
r8902 forget forget the specified files on the next commit
mpm@selenic.com
Fix tests for new init command
r908 init create a new repository in the given directory
Bryan O'Sullivan
Fix help output, and a few broken tests.
r1034 log show revision history of entire repository or files
Benoit Boissinot
various doc fixes...
r4014 merge merge working directory with another revision
Thomas Arendsen Hein
Further help improvements:...
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
Matt Mackall
Introduce summary command
r9603 summary summarize working directory state
Benoit Boissinot
various doc fixes...
r4014 update update working directory
Thomas Arendsen Hein
Further help improvements:...
r849 Mercurial Distributed SCM
Alexis S. L. Carvalho
Add a pointer to "hg -v help" to the bottom of hg help {,cmd} output...
r4315 list of commands:
Thomas Arendsen Hein
Further help improvements:...
r849
Thomas Arendsen Hein
Un-debugify debugconfig to showconfig. (issue 317)
r3268 add add the specified files on the next commit
addremove add all new files, delete all missing files
timeless
Improve English for help text of many core hg commands....
r8779 annotate show changeset information by line for each file
archive create an unversioned archive of a repository revision
Thomas Arendsen Hein
Un-debugify debugconfig to showconfig. (issue 317)
r3268 backout reverse effect of earlier changeset
Matt Mackall
bisect: make bisect a built-in command
r5775 bisect subdivision search of changesets
Matt Mackall
add branch and branches commands
r3502 branch set or show the current branch name
branches list repository named branches
Thomas Arendsen Hein
Un-debugify debugconfig to showconfig. (issue 317)
r3268 bundle create a changegroup file
Thomas Arendsen Hein
doc string fix: hg cat and manifest default to current parent revision.
r3914 cat output the current or given revision of files
Thomas Arendsen Hein
Un-debugify debugconfig to showconfig. (issue 317)
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
Steve Losh
Add a forget command for easily untracking files....
r8902 forget forget the specified files on the next commit
Thomas Arendsen Hein
Un-debugify debugconfig to showconfig. (issue 317)
r3268 grep search for a pattern in specified files and revisions
Alexis S. L. Carvalho
update the output of test-help and test-globalopts
r4655 heads show current repository heads or show branch heads
Matt Mackall
help: update help...
r7210 help show help for a given topic or a help overview
Matt Mackall
identify: accept a revision argument
r4665 identify identify the working copy or specified revision
Thomas Arendsen Hein
Un-debugify debugconfig to showconfig. (issue 317)
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
doc string fix: hg cat and manifest default to current parent revision.
r3914 manifest output the current or given revision of the project manifest
Benoit Boissinot
various doc fixes...
r4014 merge merge working directory with another revision
timeless
help: Improved body text
r10376 outgoing show changesets not found in the destination
Martin Geisler
expand "dir" to "directory" in help texts
r8026 parents show the parents of the working directory or revision
Matt Mackall
fix up tests for paths and urls help
r7707 paths show aliases for remote repositories
Thomas Arendsen Hein
Un-debugify debugconfig to showconfig. (issue 317)
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
resolve: clarify and simplify help
r7530 resolve retry file merges from a merge or update
Martin Geisler
expand "dir" to "directory" in help texts
r8026 revert restore individual files or directories to an earlier state
Matt Mackall
doc: add repo/ to .hgignore and .hgtags...
r5576 rollback roll back the last transaction
Martin Geisler
expand "dir" to "directory" in help texts
r8026 root print the root (top) of the current working directory
Thomas Arendsen Hein
Un-debugify debugconfig to showconfig. (issue 317)
r3268 serve export the repository via HTTP
showconfig show combined config settings from all hgrc files
status show changed files in the working directory
Matt Mackall
Introduce summary command
r9603 summary summarize working directory state
John Coomes
tag: allow multiple tags to be added or removed...
r6321 tag add one or more tags for the current or given revision
Thomas Arendsen Hein
Un-debugify debugconfig to showconfig. (issue 317)
r3268 tags list repository tags
tip show the tip revision
Giorgos Keramidas
unbundle: accept multiple file arguments...
r4699 unbundle apply one or more changegroup files
Benoit Boissinot
various doc fixes...
r4014 update update working directory
Thomas Arendsen Hein
Un-debugify debugconfig to showconfig. (issue 317)
r3268 verify verify the integrity of the repository
version output version and copyright information
Alexis S. L. Carvalho
Add a pointer to "hg -v help" to the bottom of hg help {,cmd} output...
r4315
Matt Mackall
help: update help...
r7210 additional help topics:
Dirkjan Ochtman
help: show extension commands in short list, separate extension list in help...
r7197
Martin Geisler
help: add "hg help config" topic...
r9785 config Configuration Files
Dirkjan Ochtman
help: show extension commands in short list, separate extension list in help...
r7197 dates Date Formats
patterns File Name Patterns
environment Environment Variables
revisions Specifying Single Revisions
multirevs Specifying Multiple Revisions
Matt Mackall
update help on git diffs
r7387 diffs Diff Formats
Dirkjan Ochtman
tests: fix up tests to cope with 6a0bc2dc9da6
r7679 templating Template Usage
Martin Geisler
commands, help: consistently write 'URL' in upper-case
r7979 urls URL Paths
Cédric Duval
help: adding a new help topic about extensions...
r8863 extensions Using additional features
Dirkjan Ochtman
help: show extension commands in short list, separate extension list in help...
r7197
Alexis S. L. Carvalho
Add a pointer to "hg -v help" to the bottom of hg help {,cmd} output...
r4315 use "hg -v help" to show aliases and global options
Thomas Arendsen Hein
Un-debugify debugconfig to showconfig. (issue 317)
r3268 add add the specified files on the next commit
addremove add all new files, delete all missing files
timeless
Improve English for help text of many core hg commands....
r8779 annotate show changeset information by line for each file
archive create an unversioned archive of a repository revision
Thomas Arendsen Hein
Un-debugify debugconfig to showconfig. (issue 317)
r3268 backout reverse effect of earlier changeset
Matt Mackall
bisect: make bisect a built-in command
r5775 bisect subdivision search of changesets
Matt Mackall
add branch and branches commands
r3502 branch set or show the current branch name
branches list repository named branches
Thomas Arendsen Hein
Un-debugify debugconfig to showconfig. (issue 317)
r3268 bundle create a changegroup file
Thomas Arendsen Hein
doc string fix: hg cat and manifest default to current parent revision.
r3914 cat output the current or given revision of files
Thomas Arendsen Hein
Un-debugify debugconfig to showconfig. (issue 317)
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
Steve Losh
Add a forget command for easily untracking files....
r8902 forget forget the specified files on the next commit
Thomas Arendsen Hein
Un-debugify debugconfig to showconfig. (issue 317)
r3268 grep search for a pattern in specified files and revisions
Alexis S. L. Carvalho
update the output of test-help and test-globalopts
r4655 heads show current repository heads or show branch heads
Matt Mackall
help: update help...
r7210 help show help for a given topic or a help overview
Matt Mackall
identify: accept a revision argument
r4665 identify identify the working copy or specified revision
Thomas Arendsen Hein
Un-debugify debugconfig to showconfig. (issue 317)
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
doc string fix: hg cat and manifest default to current parent revision.
r3914 manifest output the current or given revision of the project manifest
Benoit Boissinot
various doc fixes...
r4014 merge merge working directory with another revision
timeless
help: Improved body text
r10376 outgoing show changesets not found in the destination
Martin Geisler
expand "dir" to "directory" in help texts
r8026 parents show the parents of the working directory or revision
Matt Mackall
fix up tests for paths and urls help
r7707 paths show aliases for remote repositories
Thomas Arendsen Hein
Un-debugify debugconfig to showconfig. (issue 317)
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
resolve: clarify and simplify help
r7530 resolve retry file merges from a merge or update
Martin Geisler
expand "dir" to "directory" in help texts
r8026 revert restore individual files or directories to an earlier state
Matt Mackall
doc: add repo/ to .hgignore and .hgtags...
r5576 rollback roll back the last transaction
Martin Geisler
expand "dir" to "directory" in help texts
r8026 root print the root (top) of the current working directory
Thomas Arendsen Hein
Un-debugify debugconfig to showconfig. (issue 317)
r3268 serve export the repository via HTTP
showconfig show combined config settings from all hgrc files
status show changed files in the working directory
Matt Mackall
Introduce summary command
r9603 summary summarize working directory state
John Coomes
tag: allow multiple tags to be added or removed...
r6321 tag add one or more tags for the current or given revision
Thomas Arendsen Hein
Un-debugify debugconfig to showconfig. (issue 317)
r3268 tags list repository tags
tip show the tip revision
Giorgos Keramidas
unbundle: accept multiple file arguments...
r4699 unbundle apply one or more changegroup files
Benoit Boissinot
various doc fixes...
r4014 update update working directory
Thomas Arendsen Hein
Un-debugify debugconfig to showconfig. (issue 317)
r3268 verify verify the integrity of the repository
version output version and copyright information
Dirkjan Ochtman
help: show extension commands in short list, separate extension list in help...
r7197
Matt Mackall
help: update help...
r7210 additional help topics:
Dirkjan Ochtman
help: show extension commands in short list, separate extension list in help...
r7197
Martin Geisler
help: add "hg help config" topic...
r9785 config Configuration Files
Dirkjan Ochtman
help: show extension commands in short list, separate extension list in help...
r7197 dates Date Formats
patterns File Name Patterns
environment Environment Variables
revisions Specifying Single Revisions
multirevs Specifying Multiple Revisions
Matt Mackall
update help on git diffs
r7387 diffs Diff Formats
Dirkjan Ochtman
tests: fix up tests to cope with 6a0bc2dc9da6
r7679 templating Template Usage
Martin Geisler
commands, help: consistently write 'URL' in upper-case
r7979 urls URL Paths
Cédric Duval
help: adding a new help topic about extensions...
r8863 extensions Using additional features
Henri Wiechers
test-help: improve test coverage...
r10110 %% test short command list with verbose option
Mercurial Distributed SCM (version xxx)
Martin Geisler
Merge with stable
r10207 Copyright (C) 2005-2010 Matt Mackall <mpm@selenic.com> and others
Henri Wiechers
test-help: improve test coverage...
r10110 This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
basic commands:
add:
add the specified files on the next commit
annotate, blame:
show changeset information by line for each file
clone:
make a copy of an existing repository
commit, ci:
commit the specified files or all outstanding changes
diff:
diff repository (or selected files)
export:
dump the header and diffs for one or more changesets
forget:
forget the specified files on the next commit
init:
create a new repository in the given directory
log, history:
show revision history of entire repository or files
merge:
merge working directory with another revision
pull:
pull changes from the specified source
push:
push changes to the specified destination
remove, rm:
remove the specified files on the next commit
serve:
export the repository via HTTP
status, st:
show changed files in the working directory
summary, sum:
summarize working directory state
update, up, checkout, co:
update working directory
global options:
-R --repository repository root directory or name of overlay bundle file
--cwd change working directory
-y --noninteractive do not prompt, assume 'yes' for any required answers
-q --quiet suppress output
-v --verbose enable additional output
--config set/override config option
--debug enable debugging output
--debugger start debugger
--encoding set the charset encoding (default: ascii)
--encodingmode set the charset encoding mode (default: strict)
--traceback always print a traceback on exception
--time time how long the command takes
--profile print command execution profile
--version output version information and exit
-h --help display help and exit
use "hg help" for the full list of commands
mpm@selenic.com
Fix up help test
r914 hg add [OPTION]... [FILE]...
Bryan O'Sullivan
Update tests to reflect walk changes.
r736
Thomas Arendsen Hein
Further help improvements:...
r849 add the specified files on the next commit
mpm@selenic.com
Add a simple testing framework...
r331
Martin Geisler
commands: wrapped docstrings at 78 characters...
r9051 Schedule files to be version controlled and added to the repository.
Benoit Boissinot
import docstring from doc/hg.1.txt
r1437
Martin Geisler
commands: wrapped docstrings at 78 characters...
r9051 The files will be added to the repository at the next commit. To undo an
add before that, see hg forget.
Benoit Boissinot
import docstring from doc/hg.1.txt
r1437
timeless
help: miscellaneous language fixes
r7807 If no names are given, add all files to the repository.
Benoit Boissinot
import docstring from doc/hg.1.txt
r1437
Martin Geisler
commands: add verbose example to help text for add
r10446 use "hg -v help add" to show verbose help
Thomas Arendsen Hein
Further help improvements:...
r849 options:
Bryan O'Sullivan
Update tests to reflect walk changes.
r736
Benoit Boissinot
import docstring from doc/hg.1.txt
r1437 -I --include include names matching the given patterns
-X --exclude exclude names matching the given patterns
Vadim Gelfer
update test-help output after new options.
r2418 -n --dry-run do not perform actions, just print output
Alexis S. L. Carvalho
Add a pointer to "hg -v help" to the bottom of hg help {,cmd} output...
r4315
use "hg -v help add" to show global options
Martin Geisler
commands: add verbose example to help text for add
r10446 %% verbose help for add
hg add [OPTION]... [FILE]...
add the specified files on the next commit
Schedule files to be version controlled and added to the repository.
The files will be added to the repository at the next commit. To undo an
add before that, see hg forget.
If no names are given, add all files to the repository.
An example showing how new (unknown) files are added automatically by "hg
add":
$ ls
foo.c
$ hg status
? foo.c
$ hg add
adding foo.c
$ hg status
Matt Mackall
tests: update help for add
r10454 A foo.c
Martin Geisler
commands: add verbose example to help text for add
r10446
options:
-I --include include names matching the given patterns
-X --exclude exclude names matching the given patterns
-n --dry-run do not perform actions, just print output
global options:
-R --repository repository root directory or name of overlay bundle file
--cwd change working directory
-y --noninteractive do not prompt, assume 'yes' for any required answers
-q --quiet suppress output
-v --verbose enable additional output
--config set/override config option
--debug enable debugging output
--debugger start debugger
--encoding set the charset encoding (default: ascii)
--encodingmode set the charset encoding mode (default: strict)
--traceback always print a traceback on exception
--time time how long the command takes
--profile print command execution profile
--version output version information and exit
-h --help display help and exit
Henri Wiechers
test-help: improve test coverage...
r10121 %% test help option with version option
Mercurial Distributed SCM (version xxx)
Martin Geisler
Merge with stable
r10207 Copyright (C) 2005-2010 Matt Mackall <mpm@selenic.com> and others
Henri Wiechers
test-help: improve test coverage...
r10121 This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
hg add [OPTION]... [FILE]...
add the specified files on the next commit
Schedule files to be version controlled and added to the repository.
The files will be added to the repository at the next commit. To undo an
add before that, see hg forget.
If no names are given, add all files to the repository.
Martin Geisler
commands: add verbose example to help text for add
r10446 use "hg -v help add" to show verbose help
Henri Wiechers
test-help: improve test coverage...
r10121 options:
-I --include include names matching the given patterns
-X --exclude exclude names matching the given patterns
-n --dry-run do not perform actions, just print output
use "hg -v help add" to show global options
Thomas Arendsen Hein
Further help improvements:...
r849 hg add: option --skjdfks not recognized
mpm@selenic.com
Fix up help test
r914 hg add [OPTION]... [FILE]...
mpm@selenic.com
A bunch of parsing/help updates...
r596
add the specified files on the next commit
Thomas Arendsen Hein
Further help improvements:...
r849
Martin Geisler
commands: wrapped docstrings at 78 characters...
r9051 Schedule files to be version controlled and added to the repository.
Benoit Boissinot
import docstring from doc/hg.1.txt
r1437
Martin Geisler
commands: wrapped docstrings at 78 characters...
r9051 The files will be added to the repository at the next commit. To undo an
add before that, see hg forget.
Benoit Boissinot
import docstring from doc/hg.1.txt
r1437
timeless
help: miscellaneous language fixes
r7807 If no names are given, add all files to the repository.
Benoit Boissinot
import docstring from doc/hg.1.txt
r1437
Martin Geisler
commands: add verbose example to help text for add
r10446 use "hg -v help add" to show verbose help
Thomas Arendsen Hein
Further help improvements:...
r849 options:
Benoit Boissinot
import docstring from doc/hg.1.txt
r1437 -I --include include names matching the given patterns
-X --exclude exclude names matching the given patterns
Vadim Gelfer
update test-help output after new options.
r2418 -n --dry-run do not perform actions, just print output
Alexis S. L. Carvalho
Add a pointer to "hg -v help" to the bottom of hg help {,cmd} output...
r4315
use "hg -v help add" to show global options
Henri Wiechers
test-help: improve test coverage...
r10139 %% test ambiguous command help
list of commands:
add add the specified files on the next commit
addremove add all new files, delete all missing files
use "hg -v help ad" to show aliases and global options
Henri Wiechers
test-help: improve test coverage...
r10140 %% test command without options
hg verify
verify the integrity of the repository
Verify the integrity of the current repository.
This will perform an extensive check of the repository's integrity,
validating the hashes and checksums of each entry in the changelog,
manifest, and tracked files, as well as the integrity of their crosslinks
and indices.
use "hg -v help verify" to show global options
timeless
commands: mention diff -c
r10520 hg diff [OPTION]... ([-c REV] | [-r REV1 [-r REV2]]) [FILE]...
mpm@selenic.com
Add a simple testing framework...
r331
Benoit Boissinot
make all commands be repo-wide by default...
r1568 diff repository (or selected files)
Thomas Arendsen Hein
Further help improvements:...
r849
Benoit Boissinot
import docstring from doc/hg.1.txt
r1437 Show differences between revisions for the specified files.
Differences between files are shown using the unified diff format.
Martin Geisler
commands: wrapped docstrings at 78 characters...
r9051 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.
Matt Mackall
Add doc notes about revert and hg status vs diff
r3829
Martin Geisler
commands: wrapped docstrings at 78 characters...
r9051 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.
Benoit Boissinot
import docstring from doc/hg.1.txt
r1437
timeless
commands: correct diff -c explanation
r10527 Alternatively you can specify -c/--change with a revision to see the
changes in that changeset relative to its first parent.
timeless
commands: mention diff -c
r10520
Martin Geisler
commands: wrapped docstrings at 78 characters...
r9051 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
import docstring from doc/hg.1.txt
r1437
Martin Geisler
commands: wrapped docstrings at 78 characters...
r9051 Use the -g/--git option to generate diffs in the git extended diff format.
For more information, read 'hg help diffs'.
Dirkjan Ochtman
help: commands supporting --git point to the gitdiffs topic (issue1352)
r7307
Thomas Arendsen Hein
Further help improvements:...
r849 options:
Haakon Riiser
diff: add -b/-B options
r2580 -r --rev revision
Stepan Koltsov
diff: add --change option to display single changeset diff (issue1420)
r7628 -c --change change made by revision
Haakon Riiser
diff: add -b/-B options
r2580 -a --text treat all files as text
Brendan Cully
Add diff --git option
r2907 -g --git use git extended diff format
timeless@mozdev.org
commands: Try to improve help options text for basic commands...
r10375 --nodates omit dates from diff headers
Jason Orendorff
mq: qdiff: support all diffopts
r6668 -p --show-function show which function each change is in
Martin Geisler
diff: change --inverse to --reverse...
r9857 --reverse produce a diff that undoes the changes
Haakon Riiser
diff: add -b/-B options
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
Let --unified default to diff.unified (issue 1076)
r6467 -U --unified number of lines of context to show
Brodie Rao
diff: add --stat for diffstat output...
r9640 --stat output diffstat-style summary of changes
Haakon Riiser
diff: add -b/-B options
r2580 -I --include include names matching the given patterns
-X --exclude exclude names matching the given patterns
Alexis S. L. Carvalho
Add a pointer to "hg -v help" to the bottom of hg help {,cmd} output...
r4315
use "hg -v help diff" to show global options
mpm@selenic.com
Fix up help test
r914 hg status [OPTION]... [FILE]...
mpm@selenic.com
Add a simple testing framework...
r331
Thomas Arendsen Hein
Move aliases section in help below synopsis (issue362)...
r5783 aliases: st
Thomas Arendsen Hein
Further help improvements:...
r849 show changed files in the working directory
Martin Geisler
commands: wrapped docstrings at 78 characters...
r9051 Show status of files in the repository. If names are given, only files
that match are shown. Files that are clean or ignored or 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
import docstring from doc/hg.1.txt
r1437
Martin Geisler
commands: wrapped docstrings at 78 characters...
r9051 Option -q/--quiet hides untracked (unknown and ignored) files unless
explicitly requested with -u/--unknown or -i/--ignored.
Zoran Bosnjak
'hg status -q' output skips non-tracked files....
r6200
Martin Geisler
commands: wrapped docstrings at 78 characters...
r9051 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.
Matt Mackall
Add doc notes about revert and hg status vs diff
r3829
Martin Geisler
commands: wrapped docstrings at 78 characters...
r9051 If one revision is given, it is used as the base revision. If two
Gilles Moris
status: add the --change option to display files changed in a revision...
r10014 revisions are given, the differences between them are shown. The --change
option can also be used as a shortcut to list the changed files of a
revision from its first parent.
Alexis S. L. Carvalho
Update tests output
r3468
Benoit Boissinot
import docstring from doc/hg.1.txt
r1437 The codes used to show the status of files are:
Martin Geisler
commands: use minirst parser when displaying help
r9157
Martin Geisler
minirst: indent literal blocks with two spaces...
r9291 M = modified
A = added
R = removed
C = clean
! = missing (deleted by non-hg command, but still tracked)
? = not tracked
I = ignored
= origin of the previous file listed as A (added)
Thomas Arendsen Hein
Further help improvements:...
r849
options:
Vadim Gelfer
status: add -c (clean) and -A (all files) options...
r2661 -A --all show status of all files
Thomas Arendsen Hein
Adjusted test-help for change to hg status.
r1107 -m --modified show only modified files
-a --added show only added files
-r --removed show only removed files
Thomas Arendsen Hein
Adjusted all but one test output for the new behaviour of localrepo.changes()
r1620 -d --deleted show only deleted (but tracked) files
Vadim Gelfer
status: add -c (clean) and -A (all files) options...
r2661 -c --clean show only files without changes
Thomas Arendsen Hein
Adjusted test-help for change to hg status.
r1107 -u --unknown show only unknown (not tracked) files
Thomas Arendsen Hein
Fix help text for hg status -i
r4156 -i --ignored show only ignored files
Thomas Arendsen Hein
Adjusted test-help for change to hg status.
r1107 -n --no-status hide status prefix
Vadim Gelfer
fix tests.
r2640 -C --copies show source of copied files
Benoit Boissinot
import docstring from doc/hg.1.txt
r1437 -0 --print0 end filenames with NUL, for use with xargs
Alexis S. L. Carvalho
Update tests output
r3468 --rev show difference from revision
Gilles Moris
status: add the --change option to display files changed in a revision...
r10014 --change list the changed files of a revision
Benoit Boissinot
import docstring from doc/hg.1.txt
r1437 -I --include include names matching the given patterns
-X --exclude exclude names matching the given patterns
Alexis S. L. Carvalho
Add a pointer to "hg -v help" to the bottom of hg help {,cmd} output...
r4315
use "hg -v help status" to show global options
mpm@selenic.com
Fix up help test
r914 hg status [OPTION]... [FILE]...
Thomas Arendsen Hein
Further help improvements:...
r849
show changed files in the working directory
Thomas Arendsen Hein
Always show short help when an unknown command is given.
r848 hg: unknown command 'foo'
Thomas Arendsen Hein
Further help improvements:...
r849 Mercurial Distributed SCM
Alexis S. L. Carvalho
Add a pointer to "hg -v help" to the bottom of hg help {,cmd} output...
r4315 basic commands:
Thomas Arendsen Hein
Always show short help when an unknown command is given.
r848
add add the specified files on the next commit
timeless
Improve English for help text of many core hg commands....
r8779 annotate show changeset information by line for each file
Thomas Arendsen Hein
Always show short help when an unknown command is given.
r848 clone make a copy of an existing repository
commit commit the specified files or all outstanding changes
Benoit Boissinot
make all commands be repo-wide by default...
r1568 diff diff repository (or selected files)
Thomas Arendsen Hein
Always show short help when an unknown command is given.
r848 export dump the header and diffs for one or more changesets
Steve Losh
Add a forget command for easily untracking files....
r8902 forget forget the specified files on the next commit
mpm@selenic.com
Fix tests for new init command
r908 init create a new repository in the given directory
Bryan O'Sullivan
Fix help output, and a few broken tests.
r1034 log show revision history of entire repository or files
Benoit Boissinot
various doc fixes...
r4014 merge merge working directory with another revision
Thomas Arendsen Hein
Always show short help when an unknown command is given.
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
Matt Mackall
Introduce summary command
r9603 summary summarize working directory state
Benoit Boissinot
various doc fixes...
r4014 update update working directory
Alexis S. L. Carvalho
Add a pointer to "hg -v help" to the bottom of hg help {,cmd} output...
r4315
use "hg help" for the full list of commands or "hg -v" for details
Thomas Arendsen Hein
Further help improvements:...
r849 hg: unknown command 'skjdfks'
Mercurial Distributed SCM
Alexis S. L. Carvalho
Add a pointer to "hg -v help" to the bottom of hg help {,cmd} output...
r4315 basic commands:
Thomas Arendsen Hein
Always show short help when an unknown command is given.
r848
add add the specified files on the next commit
timeless
Improve English for help text of many core hg commands....
r8779 annotate show changeset information by line for each file
Thomas Arendsen Hein
Always show short help when an unknown command is given.
r848 clone make a copy of an existing repository
commit commit the specified files or all outstanding changes
Benoit Boissinot
make all commands be repo-wide by default...
r1568 diff diff repository (or selected files)
Thomas Arendsen Hein
Always show short help when an unknown command is given.
r848 export dump the header and diffs for one or more changesets
Steve Losh
Add a forget command for easily untracking files....
r8902 forget forget the specified files on the next commit
mpm@selenic.com
Fix tests for new init command
r908 init create a new repository in the given directory
Bryan O'Sullivan
Fix help output, and a few broken tests.
r1034 log show revision history of entire repository or files
Benoit Boissinot
various doc fixes...
r4014 merge merge working directory with another revision
Thomas Arendsen Hein
Always show short help when an unknown command is given.
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
Matt Mackall
Introduce summary command
r9603 summary summarize working directory state
Benoit Boissinot
various doc fixes...
r4014 update update working directory
Alexis S. L. Carvalho
Add a pointer to "hg -v help" to the bottom of hg help {,cmd} output...
r4315
use "hg help" for the full list of commands or "hg -v" for details
Henri Wiechers
test-help: improve test coverage...
r10141 %% test command with no help text
hg nohelp
(no help text available)
use "hg -v help nohelp" to show global options
Henri Wiechers
test-help: improve test coverage...
r10142 %% test that default list of commands omits extension commands
Mercurial Distributed SCM
list of commands:
add add the specified files on the next commit
addremove add all new files, delete all missing files
annotate show changeset information by line for each file
archive create an unversioned archive of a repository revision
backout reverse effect of earlier changeset
bisect subdivision search of changesets
branch set or show the current branch name
branches list repository named branches
bundle create a changegroup file
cat output the current or given revision of files
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
forget forget the specified files on the next commit
grep search for a pattern in specified files and revisions
heads show current repository heads or show branch heads
help show help for a given topic or a help overview
identify identify the working copy or specified revision
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
manifest output the current or given revision of the project manifest
merge merge working directory with another revision
timeless
help: Improved body text
r10376 outgoing show changesets not found in the destination
Henri Wiechers
test-help: improve test coverage...
r10142 parents show the parents of the working directory or revision
paths show aliases for remote repositories
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
resolve retry file merges from a merge or update
revert restore individual files or directories to an earlier state
rollback roll back the last transaction
root print the root (top) of the current working directory
serve export the repository via HTTP
showconfig show combined config settings from all hgrc files
status show changed files in the working directory
summary summarize working directory state
tag add one or more tags for the current or given revision
tags list repository tags
tip show the tip revision
unbundle apply one or more changegroup files
update update working directory
verify verify the integrity of the repository
version output version and copyright information
enabled extensions:
helpext (no help text available)
additional help topics:
config Configuration Files
dates Date Formats
patterns File Name Patterns
environment Environment Variables
revisions Specifying Single Revisions
multirevs Specifying Multiple Revisions
diffs Diff Formats
templating Template Usage
urls URL Paths
extensions Using additional features
use "hg -v help" to show aliases and global options
Henri Wiechers
test-help: improve test coverage...
r10143 %% test list of commands with command with no help text
helpext extension - no help text available
list of commands:
nohelp (no help text available)
use "hg -v help helpext" to show aliases and global options
Henri Wiechers
test-help: improve test coverage...
r10144 %% test a help topic
Specifying Single Revisions
Mercurial supports several ways to specify individual revisions.
A plain integer is treated as a revision number. Negative integers are
treated as sequential offsets from the tip, with -1 denoting the tip, -2
denoting the revision prior to the tip, and so forth.
A 40-digit hexadecimal string is treated as a unique revision identifier.
A hexadecimal string less than 40 characters long is treated as a unique
revision identifier and is referred to as a short-form identifier. A
short-form identifier is only valid if it is the prefix of exactly one
full-length identifier.
Any other string is treated as a tag or branch name. A tag name is a
symbolic name associated with a revision identifier. A branch name denotes
the tipmost revision of that branch. Tag and branch names must not contain
the ":" character.
The reserved name "tip" is a special tag that always identifies the most
recent revision.
The reserved name "null" indicates the null revision. This is the revision
of an empty repository, and the parent of revision 0.
The reserved name "." indicates the working directory parent. If no
working directory is checked out, it is equivalent to null. If an
uncommitted merge is in progress, "." is the revision of the first parent.