Fossil SCM
Tweak changes's help text
Commit
9686570ab5c2f52a253bb149888cda62c7b7240e
Parent
df1205bb3a6a2ce…
1 file changed
+2
-2
+2
-2
| --- src/checkin.c | ||
| +++ src/checkin.c | ||
| @@ -402,14 +402,14 @@ | ||
| 402 | 402 | ** --updated, with types EDITED or CONFLICT. The --changed option can be |
| 403 | 403 | ** used to display the union of --edited and --updated. |
| 404 | 404 | ** |
| 405 | 405 | ** --differ is so named because it lists all the differences between the |
| 406 | 406 | ** checked-out version and the checkout directory. In addition to the |
| 407 | -** default changes (besides --merge), it lists extra files which (assuming | |
| 407 | +** default changes (excluding --merge), it lists extra files which (if | |
| 408 | 408 | ** ignore-glob is set correctly) may be worth adding. Prior to doing a |
| 409 | 409 | ** commit, it is good practice to check --differ to see not only which |
| 410 | -** changes would be committed but also if any files need to be added. | |
| 410 | +** changes would be committed but also if any files should be added. | |
| 411 | 411 | ** |
| 412 | 412 | ** General options: |
| 413 | 413 | ** --abs-paths Display absolute pathnames. |
| 414 | 414 | ** --rel-paths Display pathnames relative to the current working |
| 415 | 415 | ** directory. |
| 416 | 416 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -402,14 +402,14 @@ | |
| 402 | ** --updated, with types EDITED or CONFLICT. The --changed option can be |
| 403 | ** used to display the union of --edited and --updated. |
| 404 | ** |
| 405 | ** --differ is so named because it lists all the differences between the |
| 406 | ** checked-out version and the checkout directory. In addition to the |
| 407 | ** default changes (besides --merge), it lists extra files which (assuming |
| 408 | ** ignore-glob is set correctly) may be worth adding. Prior to doing a |
| 409 | ** commit, it is good practice to check --differ to see not only which |
| 410 | ** changes would be committed but also if any files need to be added. |
| 411 | ** |
| 412 | ** General options: |
| 413 | ** --abs-paths Display absolute pathnames. |
| 414 | ** --rel-paths Display pathnames relative to the current working |
| 415 | ** directory. |
| 416 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -402,14 +402,14 @@ | |
| 402 | ** --updated, with types EDITED or CONFLICT. The --changed option can be |
| 403 | ** used to display the union of --edited and --updated. |
| 404 | ** |
| 405 | ** --differ is so named because it lists all the differences between the |
| 406 | ** checked-out version and the checkout directory. In addition to the |
| 407 | ** default changes (excluding --merge), it lists extra files which (if |
| 408 | ** ignore-glob is set correctly) may be worth adding. Prior to doing a |
| 409 | ** commit, it is good practice to check --differ to see not only which |
| 410 | ** changes would be committed but also if any files should be added. |
| 411 | ** |
| 412 | ** General options: |
| 413 | ** --abs-paths Display absolute pathnames. |
| 414 | ** --rel-paths Display pathnames relative to the current working |
| 415 | ** directory. |
| 416 |