Fossil SCM
stash drop help tweak suggested in [forum:d5c5c0f980|forum post d5c5c0f980].
Commit
e2783d0789447c3ab6a73128108bb0f031b1f849d7ae41f6ce2ba4add2bcbd6d
Parent
14e23927cea4e56…
1 file changed
+4
-4
+4
-4
| --- src/stash.c | ||
| +++ src/stash.c | ||
| @@ -550,15 +550,15 @@ | ||
| 550 | 550 | ** |
| 551 | 551 | ** Update to the baseline check-out for STASHID then apply the |
| 552 | 552 | ** changes of STASHID. Keep STASHID so that it can be reused |
| 553 | 553 | ** This command is undoable. |
| 554 | 554 | ** |
| 555 | -** > fossil stash drop|rm ?STASHID? ?-a|--all? | |
| 555 | +** > fossil stash drop|rm ?STASHIDs...? ?-a|--all? | |
| 556 | 556 | ** |
| 557 | -** Forget everything about STASHID. Forget the whole stash if the | |
| 558 | -** -a|--all flag is used. Individual drops are undoable but -a|--all | |
| 559 | -** is not. | |
| 557 | +** Forget everything about the given STASHIDs. Forget the whole | |
| 558 | +** stash if the -a|--all flag is used. Individual drops are | |
| 559 | +** undoable but -a|--all is not. | |
| 560 | 560 | ** |
| 561 | 561 | ** > fossil stash diff ?STASHID? ?DIFF-OPTIONS? |
| 562 | 562 | ** > fossil stash gdiff ?STASHID? ?DIFF-OPTIONS? |
| 563 | 563 | ** |
| 564 | 564 | ** Show diffs of the current working directory and what that |
| 565 | 565 |
| --- src/stash.c | |
| +++ src/stash.c | |
| @@ -550,15 +550,15 @@ | |
| 550 | ** |
| 551 | ** Update to the baseline check-out for STASHID then apply the |
| 552 | ** changes of STASHID. Keep STASHID so that it can be reused |
| 553 | ** This command is undoable. |
| 554 | ** |
| 555 | ** > fossil stash drop|rm ?STASHID? ?-a|--all? |
| 556 | ** |
| 557 | ** Forget everything about STASHID. Forget the whole stash if the |
| 558 | ** -a|--all flag is used. Individual drops are undoable but -a|--all |
| 559 | ** is not. |
| 560 | ** |
| 561 | ** > fossil stash diff ?STASHID? ?DIFF-OPTIONS? |
| 562 | ** > fossil stash gdiff ?STASHID? ?DIFF-OPTIONS? |
| 563 | ** |
| 564 | ** Show diffs of the current working directory and what that |
| 565 |
| --- src/stash.c | |
| +++ src/stash.c | |
| @@ -550,15 +550,15 @@ | |
| 550 | ** |
| 551 | ** Update to the baseline check-out for STASHID then apply the |
| 552 | ** changes of STASHID. Keep STASHID so that it can be reused |
| 553 | ** This command is undoable. |
| 554 | ** |
| 555 | ** > fossil stash drop|rm ?STASHIDs...? ?-a|--all? |
| 556 | ** |
| 557 | ** Forget everything about the given STASHIDs. Forget the whole |
| 558 | ** stash if the -a|--all flag is used. Individual drops are |
| 559 | ** undoable but -a|--all is not. |
| 560 | ** |
| 561 | ** > fossil stash diff ?STASHID? ?DIFF-OPTIONS? |
| 562 | ** > fossil stash gdiff ?STASHID? ?DIFF-OPTIONS? |
| 563 | ** |
| 564 | ** Show diffs of the current working directory and what that |
| 565 |