Fossil SCM
Improve help text for the undo command.
Commit
ad7dd6546b9c8b4d96c3660dd84cf74c230a13fa
Parent
7794b21695e7dc8…
1 file changed
+3
+3
| --- src/undo.c | ||
| +++ src/undo.c | ||
| @@ -431,10 +431,13 @@ | ||
| 431 | 431 | ** |
| 432 | 432 | ** (1) fossil update (5) fossil stash apply |
| 433 | 433 | ** (2) fossil merge (6) fossil stash drop |
| 434 | 434 | ** (3) fossil revert (7) fossil stash goto |
| 435 | 435 | ** (4) fossil stash pop |
| 436 | +** | |
| 437 | +** The "fossil clean" operation can also be undone; however, this is | |
| 438 | +** currently limited to files that are less than 10MiB in size. | |
| 436 | 439 | ** |
| 437 | 440 | ** If FILENAME is specified then restore the content of the named |
| 438 | 441 | ** file(s) but otherwise leave the update or merge or revert in effect. |
| 439 | 442 | ** The redo command undoes the effect of the most recent undo. |
| 440 | 443 | ** |
| 441 | 444 |
| --- src/undo.c | |
| +++ src/undo.c | |
| @@ -431,10 +431,13 @@ | |
| 431 | ** |
| 432 | ** (1) fossil update (5) fossil stash apply |
| 433 | ** (2) fossil merge (6) fossil stash drop |
| 434 | ** (3) fossil revert (7) fossil stash goto |
| 435 | ** (4) fossil stash pop |
| 436 | ** |
| 437 | ** If FILENAME is specified then restore the content of the named |
| 438 | ** file(s) but otherwise leave the update or merge or revert in effect. |
| 439 | ** The redo command undoes the effect of the most recent undo. |
| 440 | ** |
| 441 |
| --- src/undo.c | |
| +++ src/undo.c | |
| @@ -431,10 +431,13 @@ | |
| 431 | ** |
| 432 | ** (1) fossil update (5) fossil stash apply |
| 433 | ** (2) fossil merge (6) fossil stash drop |
| 434 | ** (3) fossil revert (7) fossil stash goto |
| 435 | ** (4) fossil stash pop |
| 436 | ** |
| 437 | ** The "fossil clean" operation can also be undone; however, this is |
| 438 | ** currently limited to files that are less than 10MiB in size. |
| 439 | ** |
| 440 | ** If FILENAME is specified then restore the content of the named |
| 441 | ** file(s) but otherwise leave the update or merge or revert in effect. |
| 442 | ** The redo command undoes the effect of the most recent undo. |
| 443 | ** |
| 444 |