comparison tests/test-help.out @ 7707:64fd7f6d3b40

fix up tests for paths and urls help
author Matt Mackall <mpm@selenic.com>
date Sun, 25 Jan 2009 12:07:41 -0600
parents eb98218db768
children bd8f44638847
comparison
equal deleted inserted replaced
7706:0ae7f0b312ea 7707:64fd7f6d3b40
66 log show revision history of entire repository or files 66 log show revision history of entire repository or files
67 manifest output the current or given revision of the project manifest 67 manifest output the current or given revision of the project manifest
68 merge merge working directory with another revision 68 merge merge working directory with another revision
69 outgoing show changesets not found in destination 69 outgoing show changesets not found in destination
70 parents show the parents of the working dir or revision 70 parents show the parents of the working dir or revision
71 paths show definition of symbolic path names 71 paths show aliases for remote repositories
72 pull pull changes from the specified source 72 pull pull changes from the specified source
73 push push changes to the specified destination 73 push push changes to the specified destination
74 recover roll back an interrupted transaction 74 recover roll back an interrupted transaction
75 remove remove the specified files on the next commit 75 remove remove the specified files on the next commit
76 rename rename files; equivalent of copy + remove 76 rename rename files; equivalent of copy + remove
96 environment Environment Variables 96 environment Environment Variables
97 revisions Specifying Single Revisions 97 revisions Specifying Single Revisions
98 multirevs Specifying Multiple Revisions 98 multirevs Specifying Multiple Revisions
99 diffs Diff Formats 99 diffs Diff Formats
100 templating Template Usage 100 templating Template Usage
101 urls Url Paths
101 102
102 use "hg -v help" to show aliases and global options 103 use "hg -v help" to show aliases and global options
103 add add the specified files on the next commit 104 add add the specified files on the next commit
104 addremove add all new files, delete all missing files 105 addremove add all new files, delete all missing files
105 annotate show changeset information per file line 106 annotate show changeset information per file line
126 log show revision history of entire repository or files 127 log show revision history of entire repository or files
127 manifest output the current or given revision of the project manifest 128 manifest output the current or given revision of the project manifest
128 merge merge working directory with another revision 129 merge merge working directory with another revision
129 outgoing show changesets not found in destination 130 outgoing show changesets not found in destination
130 parents show the parents of the working dir or revision 131 parents show the parents of the working dir or revision
131 paths show definition of symbolic path names 132 paths show aliases for remote repositories
132 pull pull changes from the specified source 133 pull pull changes from the specified source
133 push push changes to the specified destination 134 push push changes to the specified destination
134 recover roll back an interrupted transaction 135 recover roll back an interrupted transaction
135 remove remove the specified files on the next commit 136 remove remove the specified files on the next commit
136 rename rename files; equivalent of copy + remove 137 rename rename files; equivalent of copy + remove
156 environment Environment Variables 157 environment Environment Variables
157 revisions Specifying Single Revisions 158 revisions Specifying Single Revisions
158 multirevs Specifying Multiple Revisions 159 multirevs Specifying Multiple Revisions
159 diffs Diff Formats 160 diffs Diff Formats
160 templating Template Usage 161 templating Template Usage
162 urls Url Paths
161 hg add [OPTION]... [FILE]... 163 hg add [OPTION]... [FILE]...
162 164
163 add the specified files on the next commit 165 add the specified files on the next commit
164 166
165 Schedule files to be version controlled and added to the repository. 167 Schedule files to be version controlled and added to the repository.