##// END OF EJS Templates
Stop patch description import at diff -r...
Stop patch description import at diff -r -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Stop patch description import at diff -r manifest hash: cc269f69c26ad4fba1fdaeefe2dc8191a0669fe0 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCyZmyywK+sNU5EO8RAkODAJ9d/JYpBOZiOcQxlz0n2VtIPtK/IgCgl2Lj caGbq4yn4RxzBQqqIoQzOTQ= =9fHy -----END PGP SIGNATURE-----

File last commit:

r596:9a8daeff default
r614:6bff574d default
Show More
test-help.out
67 lines | 3.0 KiB | text/plain | TextLexer
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
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
mpm@selenic.com
Add a simple testing framework...
r331 hg add: option -h not recognized
hg add [files]
add the specified files on the next commit
mpm@selenic.com
A bunch of parsing/help updates...
r596 hg add: option --skjdfks not recognized
hg add [files]
add the specified files on the next commit
mpm@selenic.com
Add a simple testing framework...
r331 hg diff [-r A] [-r B] [files]
-r --rev
revision
diff working directory (or selected files)
hg: unknown command foo
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