Fossil SCM
Minor tweaks to proposed help text for possible enhanced changes command
Commit
b18735fc4aca79289b3b5779a4485b996faa2dc9
Parent
ffee6e812c0908f…
1 file changed
+2
-2
+2
-2
| --- src/checkin.c | ||
| +++ src/checkin.c | ||
| @@ -215,19 +215,19 @@ | ||
| 215 | 215 | ** As a special case, the --no-merge option does not inhibit this default. |
| 216 | 216 | ** |
| 217 | 217 | ** If no filter options are used, or if the --merge option is used, the |
| 218 | 218 | ** SHA1 hash of each merge contributor check-in version is displayed at |
| 219 | 219 | ** the end of the report. The --no-merge option is useful to display the |
| 220 | -** default set of changed files but not the merge contributors. | |
| 220 | +** default set of changed files without the merge contributors. | |
| 221 | 221 | ** |
| 222 | 222 | ** If change type classification is enabled, each output line starts with |
| 223 | 223 | ** a code describing the file's change type, e.g. EDITED or RENAMED. It |
| 224 | 224 | ** is enabled by default except when exactly one filter option (besides |
| 225 | 225 | ** --merge or --no-merge) is used. The default can be overridden by the |
| 226 | 226 | ** --classify or --no-classify options. |
| 227 | 227 | ** |
| 228 | -** The "fossil changes -extra" command is equivalent to "fossil extras". | |
| 228 | +** The "fossil changes --extra" command is equivalent to "fossil extras". | |
| 229 | 229 | ** |
| 230 | 230 | ** General options: |
| 231 | 231 | ** --abs-paths Display absolute pathnames. |
| 232 | 232 | ** --rel-paths Display pathnames relative to the current working |
| 233 | 233 | ** directory. |
| 234 | 234 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -215,19 +215,19 @@ | |
| 215 | ** As a special case, the --no-merge option does not inhibit this default. |
| 216 | ** |
| 217 | ** If no filter options are used, or if the --merge option is used, the |
| 218 | ** SHA1 hash of each merge contributor check-in version is displayed at |
| 219 | ** the end of the report. The --no-merge option is useful to display the |
| 220 | ** default set of changed files but not the merge contributors. |
| 221 | ** |
| 222 | ** If change type classification is enabled, each output line starts with |
| 223 | ** a code describing the file's change type, e.g. EDITED or RENAMED. It |
| 224 | ** is enabled by default except when exactly one filter option (besides |
| 225 | ** --merge or --no-merge) is used. The default can be overridden by the |
| 226 | ** --classify or --no-classify options. |
| 227 | ** |
| 228 | ** The "fossil changes -extra" command is equivalent to "fossil extras". |
| 229 | ** |
| 230 | ** General options: |
| 231 | ** --abs-paths Display absolute pathnames. |
| 232 | ** --rel-paths Display pathnames relative to the current working |
| 233 | ** directory. |
| 234 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -215,19 +215,19 @@ | |
| 215 | ** As a special case, the --no-merge option does not inhibit this default. |
| 216 | ** |
| 217 | ** If no filter options are used, or if the --merge option is used, the |
| 218 | ** SHA1 hash of each merge contributor check-in version is displayed at |
| 219 | ** the end of the report. The --no-merge option is useful to display the |
| 220 | ** default set of changed files without the merge contributors. |
| 221 | ** |
| 222 | ** If change type classification is enabled, each output line starts with |
| 223 | ** a code describing the file's change type, e.g. EDITED or RENAMED. It |
| 224 | ** is enabled by default except when exactly one filter option (besides |
| 225 | ** --merge or --no-merge) is used. The default can be overridden by the |
| 226 | ** --classify or --no-classify options. |
| 227 | ** |
| 228 | ** The "fossil changes --extra" command is equivalent to "fossil extras". |
| 229 | ** |
| 230 | ** General options: |
| 231 | ** --abs-paths Display absolute pathnames. |
| 232 | ** --rel-paths Display pathnames relative to the current working |
| 233 | ** directory. |
| 234 |