annotate tests/test-help.out @ 357:1cb3d9d5119e

[PATCH] Update hgit to the new commands.dodiff parameters -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 [PATCH] Update hgit to the new commands.dodiff parameters From: Chris Mason <mason@suse.com> Update hgit to the new commands.dodiff parameters manifest hash: aa8d98036fae49ab1c1c0e65d86ab0e1bee0fa71 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCsG35ywK+sNU5EO8RAhnoAJwMgK1QA8DkdbU2R19LoLRK1fmCaQCeN1dh 4fHRT4hf+Qi5fND4CpOyqBU= =63xo -----END PGP SIGNATURE-----
author mpm@selenic.com
date Wed, 15 Jun 2005 10:05:45 -0800
parents b4e0e20646bb
children 6f43778f26da
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
331
55f63f3b6a54 Add a simple testing framework
mpm@selenic.com
parents:
diff changeset
1 + hg help
55f63f3b6a54 Add a simple testing framework
mpm@selenic.com
parents:
diff changeset
2 hg commands:
55f63f3b6a54 Add a simple testing framework
mpm@selenic.com
parents:
diff changeset
3
55f63f3b6a54 Add a simple testing framework
mpm@selenic.com
parents:
diff changeset
4 add add the specified files on the next commit
55f63f3b6a54 Add a simple testing framework
mpm@selenic.com
parents:
diff changeset
5 addremove add all new files, delete all missing files
55f63f3b6a54 Add a simple testing framework
mpm@selenic.com
parents:
diff changeset
6 annotate show changeset information per file line
55f63f3b6a54 Add a simple testing framework
mpm@selenic.com
parents:
diff changeset
7 cat output the latest or given revision of a file
55f63f3b6a54 Add a simple testing framework
mpm@selenic.com
parents:
diff changeset
8 commit commit the specified files or all outstanding changes
55f63f3b6a54 Add a simple testing framework
mpm@selenic.com
parents:
diff changeset
9 diff diff working directory (or selected files)
55f63f3b6a54 Add a simple testing framework
mpm@selenic.com
parents:
diff changeset
10 export dump the changeset header and diffs for a revision
55f63f3b6a54 Add a simple testing framework
mpm@selenic.com
parents:
diff changeset
11 forget don't add the specified files on the next commit
55f63f3b6a54 Add a simple testing framework
mpm@selenic.com
parents:
diff changeset
12 heads show current repository heads
55f63f3b6a54 Add a simple testing framework
mpm@selenic.com
parents:
diff changeset
13 help show help for a given command or all commands
55f63f3b6a54 Add a simple testing framework
mpm@selenic.com
parents:
diff changeset
14 history show the changelog history
342
f7c51058cbb7 update help test for identify
mpm@selenic.com
parents: 336
diff changeset
15 identify print information about the working copy
331
55f63f3b6a54 Add a simple testing framework
mpm@selenic.com
parents:
diff changeset
16 init create a new repository or copy an existing one
55f63f3b6a54 Add a simple testing framework
mpm@selenic.com
parents:
diff changeset
17 log show the revision history of a single file
55f63f3b6a54 Add a simple testing framework
mpm@selenic.com
parents:
diff changeset
18 manifest output the latest or given revision of the project manifest
55f63f3b6a54 Add a simple testing framework
mpm@selenic.com
parents:
diff changeset
19 parents show the parents of the current working dir
55f63f3b6a54 Add a simple testing framework
mpm@selenic.com
parents:
diff changeset
20 patch import an ordered set of patches
55f63f3b6a54 Add a simple testing framework
mpm@selenic.com
parents:
diff changeset
21 pull pull changes from the specified source
55f63f3b6a54 Add a simple testing framework
mpm@selenic.com
parents:
diff changeset
22 push push changes to the specified destination
55f63f3b6a54 Add a simple testing framework
mpm@selenic.com
parents:
diff changeset
23 rawcommit raw commit interface
55f63f3b6a54 Add a simple testing framework
mpm@selenic.com
parents:
diff changeset
24 recover roll back an interrupted transaction
55f63f3b6a54 Add a simple testing framework
mpm@selenic.com
parents:
diff changeset
25 remove remove the specified files on the next commit
55f63f3b6a54 Add a simple testing framework
mpm@selenic.com
parents:
diff changeset
26 serve export the repository via HTTP
55f63f3b6a54 Add a simple testing framework
mpm@selenic.com
parents:
diff changeset
27 status show changed files in the working directory
55f63f3b6a54 Add a simple testing framework
mpm@selenic.com
parents:
diff changeset
28 tags list repository tags
55f63f3b6a54 Add a simple testing framework
mpm@selenic.com
parents:
diff changeset
29 tip show the tip revision
55f63f3b6a54 Add a simple testing framework
mpm@selenic.com
parents:
diff changeset
30 undo undo the last transaction
55f63f3b6a54 Add a simple testing framework
mpm@selenic.com
parents:
diff changeset
31 update update or merge working directory
55f63f3b6a54 Add a simple testing framework
mpm@selenic.com
parents:
diff changeset
32 verify verify the integrity of the repository
55f63f3b6a54 Add a simple testing framework
mpm@selenic.com
parents:
diff changeset
33 + hg add -h
55f63f3b6a54 Add a simple testing framework
mpm@selenic.com
parents:
diff changeset
34 hg add: option -h not recognized
55f63f3b6a54 Add a simple testing framework
mpm@selenic.com
parents:
diff changeset
35 hg add [files]
55f63f3b6a54 Add a simple testing framework
mpm@selenic.com
parents:
diff changeset
36
55f63f3b6a54 Add a simple testing framework
mpm@selenic.com
parents:
diff changeset
37 add the specified files on the next commit
55f63f3b6a54 Add a simple testing framework
mpm@selenic.com
parents:
diff changeset
38 + hg help diff
55f63f3b6a54 Add a simple testing framework
mpm@selenic.com
parents:
diff changeset
39 hg diff [-r A] [-r B] [files]
55f63f3b6a54 Add a simple testing framework
mpm@selenic.com
parents:
diff changeset
40
55f63f3b6a54 Add a simple testing framework
mpm@selenic.com
parents:
diff changeset
41 -r --rev
55f63f3b6a54 Add a simple testing framework
mpm@selenic.com
parents:
diff changeset
42 revision
55f63f3b6a54 Add a simple testing framework
mpm@selenic.com
parents:
diff changeset
43
55f63f3b6a54 Add a simple testing framework
mpm@selenic.com
parents:
diff changeset
44 diff working directory (or selected files)
55f63f3b6a54 Add a simple testing framework
mpm@selenic.com
parents:
diff changeset
45 + hg help foo
55f63f3b6a54 Add a simple testing framework
mpm@selenic.com
parents:
diff changeset
46 hg: unknown command foo
336
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents: 331
diff changeset
47 + hg commands
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents: 331
diff changeset
48 hg: unknown command 'commands'
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents: 331
diff changeset
49 hg commands:
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents: 331
diff changeset
50
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents: 331
diff changeset
51 add add the specified files on the next commit
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents: 331
diff changeset
52 addremove add all new files, delete all missing files
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents: 331
diff changeset
53 annotate show changeset information per file line
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents: 331
diff changeset
54 cat output the latest or given revision of a file
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents: 331
diff changeset
55 commit commit the specified files or all outstanding changes
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents: 331
diff changeset
56 diff diff working directory (or selected files)
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents: 331
diff changeset
57 export dump the changeset header and diffs for a revision
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents: 331
diff changeset
58 forget don't add the specified files on the next commit
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents: 331
diff changeset
59 heads show current repository heads
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents: 331
diff changeset
60 help show help for a given command or all commands
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents: 331
diff changeset
61 history show the changelog history
342
f7c51058cbb7 update help test for identify
mpm@selenic.com
parents: 336
diff changeset
62 identify print information about the working copy
336
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents: 331
diff changeset
63 init create a new repository or copy an existing one
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents: 331
diff changeset
64 log show the revision history of a single file
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents: 331
diff changeset
65 manifest output the latest or given revision of the project manifest
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents: 331
diff changeset
66 parents show the parents of the current working dir
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents: 331
diff changeset
67 patch import an ordered set of patches
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents: 331
diff changeset
68 pull pull changes from the specified source
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents: 331
diff changeset
69 push push changes to the specified destination
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents: 331
diff changeset
70 rawcommit raw commit interface
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents: 331
diff changeset
71 recover roll back an interrupted transaction
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents: 331
diff changeset
72 remove remove the specified files on the next commit
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents: 331
diff changeset
73 serve export the repository via HTTP
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents: 331
diff changeset
74 status show changed files in the working directory
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents: 331
diff changeset
75 tags list repository tags
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents: 331
diff changeset
76 tip show the tip revision
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents: 331
diff changeset
77 undo undo the last transaction
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents: 331
diff changeset
78 update update or merge working directory
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents: 331
diff changeset
79 verify verify the integrity of the repository
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents: 331
diff changeset
80 + exit 0