##// END OF EJS Templates
Incorporated most of Aron Griffis suggestions for sh compatibility.
Incorporated most of Aron Griffis suggestions for sh compatibility.

File last commit:

r801:1f9ec150 default
r804:19388dcb default
Show More
test-help.out
88 lines | 3.4 KiB | text/plain | TextLexer
Thomas Arendsen Hein
Updated output of tests.
r801 + hg help
mpm@selenic.com
A bunch of parsing/help updates...
r596 basic hg commands (use "hg help -v" for more):
mpm@selenic.com
Add a simple testing framework...
r331
mpm@selenic.com
A bunch of parsing/help updates...
r596 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
Thomas Arendsen Hein
Updated output of tests.
r801 + hg -q help
mpm@selenic.com
A bunch of parsing/help updates...
r596 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
Thomas Arendsen Hein
Updated output of tests.
r801 + hg add -h
mpm@selenic.com
Add a simple testing framework...
r331 hg add: option -h not recognized
Thomas Arendsen Hein
Updated help strings and test-help:...
r757 hg add [FILE]...
Bryan O'Sullivan
Update tests to reflect walk changes.
r736
-I --include
include path in search
-X --exclude
exclude path from search
mpm@selenic.com
Add a simple testing framework...
r331
add the specified files on the next commit
Thomas Arendsen Hein
Updated output of tests.
r801 + hg add --skjdfks
mpm@selenic.com
A bunch of parsing/help updates...
r596 hg add: option --skjdfks not recognized
Thomas Arendsen Hein
Updated help strings and test-help:...
r757 hg add [FILE]...
Bryan O'Sullivan
Update tests to reflect walk changes.
r736
-I --include
include path in search
-X --exclude
exclude path from search
mpm@selenic.com
A bunch of parsing/help updates...
r596
add the specified files on the next commit
Thomas Arendsen Hein
Updated output of tests.
r801 + hg help diff
Thomas Arendsen Hein
Changed command synopsises to match style of common UNIX tools....
r707 hg diff [-r REV1 [-r REV2]] [FILE]...
mpm@selenic.com
Add a simple testing framework...
r331
Thomas Arendsen Hein
Updated help strings and test-help:...
r757 -r --rev
revision
Bryan O'Sullivan
Update tests to reflect walk changes.
r736 -I --include
include path in search
-X --exclude
exclude path from search
mpm@selenic.com
Add a simple testing framework...
r331
diff working directory (or selected files)
Thomas Arendsen Hein
Updated output of tests.
r801 + hg help foo
mpm@selenic.com
Add a simple testing framework...
r331 hg: unknown command foo
Thomas Arendsen Hein
Updated output of tests.
r801 + hg -q commands
mpm@selenic.com
Add some more tests...
r336 hg: unknown command 'commands'
mpm@selenic.com
A bunch of parsing/help updates...
r596 basic hg commands (use "hg help -v" for more):
mpm@selenic.com
Add some more tests...
r336
mpm@selenic.com
A bunch of parsing/help updates...
r596 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