comparison tests/test-help.out @ 7387:7e9a15fa6c8f

update help on git diffs
author Matt Mackall <mpm@selenic.com>
date Tue, 18 Nov 2008 15:35:34 -0600
parents 781af9bb9684
children 3773e510d433
comparison
equal deleted inserted replaced
7386:86bfd65532ac 7387:7e9a15fa6c8f
94 dates Date Formats 94 dates Date Formats
95 patterns File Name Patterns 95 patterns File Name Patterns
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 gitdiffs Git Extended Diff Format 99 diffs Diff Formats
100 100
101 use "hg -v help" to show aliases and global options 101 use "hg -v help" to show aliases and global options
102 add add the specified files on the next commit 102 add add the specified files on the next commit
103 addremove add all new files, delete all missing files 103 addremove add all new files, delete all missing files
104 annotate show changeset information per file line 104 annotate show changeset information per file line
153 dates Date Formats 153 dates Date Formats
154 patterns File Name Patterns 154 patterns File Name Patterns
155 environment Environment Variables 155 environment Environment Variables
156 revisions Specifying Single Revisions 156 revisions Specifying Single Revisions
157 multirevs Specifying Multiple Revisions 157 multirevs Specifying Multiple Revisions
158 gitdiffs Git Extended Diff Format 158 diffs Diff Formats
159 hg add [OPTION]... [FILE]... 159 hg add [OPTION]... [FILE]...
160 160
161 add the specified files on the next commit 161 add the specified files on the next commit
162 162
163 Schedule files to be version controlled and added to the repository. 163 Schedule files to be version controlled and added to the repository.
214 Without the -a option, diff will avoid generating diffs of files 214 Without the -a option, diff will avoid generating diffs of files
215 it detects as binary. With -a, diff will generate a diff anyway, 215 it detects as binary. With -a, diff will generate a diff anyway,
216 probably with undesirable results. 216 probably with undesirable results.
217 217
218 Use the --git option to generate diffs in the git extended diff 218 Use the --git option to generate diffs in the git extended diff
219 format. Read the gitdiffs help topic for more information. 219 format. Read the diffs help topic for more information.
220 220
221 options: 221 options:
222 222
223 -r --rev revision 223 -r --rev revision
224 -a --text treat all files as text 224 -a --text treat all files as text