Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a minor typo in a comment used to generate "stash" documentation. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
aaa726e191a0b39e612793fd9fa14f4a |
User & Date: | drh 2019-03-18 11:48:04.554 |
Context
2019-03-18
| ||
12:04 | Add the /secureraw page that requires the complete HASH before it will deliver an artifact. ... (check-in: 7abfca67 user: drh tags: trunk) | |
11:48 | Fix a minor typo in a comment used to generate "stash" documentation. ... (check-in: aaa726e1 user: drh tags: trunk) | |
10:38 | Update the built-in SQLite to the latest 3.28.0 alpha version. ... (check-in: 831e1af2 user: drh tags: trunk) | |
Changes
Changes to src/stash.c.
︙ | ︙ | |||
534 535 536 537 538 539 540 | ** Show the contents of a stash as a diff against its baseline. ** With gshow and gcat, gdiff-command is used instead of internal ** diff logic. ** ** fossil stash pop ** fossil stash apply ?STASHID? ** | | | 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 | ** Show the contents of a stash as a diff against its baseline. ** With gshow and gcat, gdiff-command is used instead of internal ** diff logic. ** ** fossil stash pop ** fossil stash apply ?STASHID? ** ** Apply STASHID or the most recently created stash to the current ** working checkout. The "pop" command deletes that changeset from ** the stash after applying it but the "apply" command retains the ** changeset. ** ** fossil stash goto ?STASHID? ** ** Update to the baseline checkout for STASHID then apply the |
︙ | ︙ |