Fossil SCM
Fix a minor typo in a comment used to generate "stash" documentation.
Commit
aaa726e191a0b39e612793fd9fa14f4a91f508604804ca0f36ceaa78703240e1
Parent
831e1af2540475c…
1 file changed
+1
-1
+1
-1
| --- src/stash.c | ||
| +++ src/stash.c | ||
| @@ -536,11 +536,11 @@ | ||
| 536 | 536 | ** diff logic. |
| 537 | 537 | ** |
| 538 | 538 | ** fossil stash pop |
| 539 | 539 | ** fossil stash apply ?STASHID? |
| 540 | 540 | ** |
| 541 | -** Apply STASHID or the most recently create stash to the current | |
| 541 | +** Apply STASHID or the most recently created stash to the current | |
| 542 | 542 | ** working checkout. The "pop" command deletes that changeset from |
| 543 | 543 | ** the stash after applying it but the "apply" command retains the |
| 544 | 544 | ** changeset. |
| 545 | 545 | ** |
| 546 | 546 | ** fossil stash goto ?STASHID? |
| 547 | 547 |
| --- src/stash.c | |
| +++ src/stash.c | |
| @@ -536,11 +536,11 @@ | |
| 536 | ** diff logic. |
| 537 | ** |
| 538 | ** fossil stash pop |
| 539 | ** fossil stash apply ?STASHID? |
| 540 | ** |
| 541 | ** Apply STASHID or the most recently create stash to the current |
| 542 | ** working checkout. The "pop" command deletes that changeset from |
| 543 | ** the stash after applying it but the "apply" command retains the |
| 544 | ** changeset. |
| 545 | ** |
| 546 | ** fossil stash goto ?STASHID? |
| 547 |
| --- src/stash.c | |
| +++ src/stash.c | |
| @@ -536,11 +536,11 @@ | |
| 536 | ** diff logic. |
| 537 | ** |
| 538 | ** fossil stash pop |
| 539 | ** fossil stash apply ?STASHID? |
| 540 | ** |
| 541 | ** Apply STASHID or the most recently created stash to the current |
| 542 | ** working checkout. The "pop" command deletes that changeset from |
| 543 | ** the stash after applying it but the "apply" command retains the |
| 544 | ** changeset. |
| 545 | ** |
| 546 | ** fossil stash goto ?STASHID? |
| 547 |