Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | fix typo in help text/comment. |
---|---|
Timelines: | family | ancestors | descendants | both | dresden |
Files: | files | file ages | folders |
SHA1: |
5bd4c8a1a9204ab195f94843bb3a4166 |
User & Date: | j 2018-10-19 08:30:53 |
Context
2018-10-25
| ||
21:19 | new `clone' interceptor. check-in: 6a18f733ad user: j tags: dresden | |
2018-10-19
| ||
08:30 | fix typo in help text/comment. check-in: 5bd4c8a1a9 user: j tags: dresden | |
2018-10-18
| ||
15:33 | minor adjustments. check-in: d6d6025c58 user: j tags: dresden | |
Changes
Changes to fsl.
︙ | ︙ | |||
921 922 923 924 925 926 927 | } interceptor am:amend { # ---------------------------------------------------------------------------- # The provided UUID is tentatively interpreted as a chronological # revision number for which a lookup of the corresponding SHA1 hash is tried. # If such a hash exists it is used instead of UUID in the call to | | | 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 | } interceptor am:amend { # ---------------------------------------------------------------------------- # The provided UUID is tentatively interpreted as a chronological # revision number for which a lookup of the corresponding SHA1 hash is tried. # If such a hash exists it is used instead of UUID in the call to # `fossil amend', if not, the provided UUID is used (which in this case # should itself be a SHA1 hash). # Note: tentative interpretation of UUID as chronological revison number # takes precedence. If you actually mean the SHA1 hash you might need to # provide a longer initial segment to disambiguate it (e.g. 1234 might not # suffice if there are already so many checkins). # ---------------------------------------------------------------------------- set hash2num [computeRevnums {}] |
︙ | ︙ |