Fossil SCM
Add fossil.storage to the fossil.diff JS bundle dependencies, which should have been part of [c03ce0f4d43197a]. Resolves the report in [forum:3e1b1f82d1 | forum post 3e1b1f82d1] but does not explain why it worked for me locally before this fix (it should not have).
Commit
59b383ae14eae6f8f1d24dd39442d8bc7abcf3d07da84e27bcbdc316d132026e
Parent
8c5faa368ff19b8…
1 file changed
+1
-1
+1
-1
| --- src/builtin.c | ||
| +++ src/builtin.c | ||
| @@ -718,11 +718,11 @@ | ||
| 718 | 718 | ** the final one! */ |
| 719 | 719 | } fjs[] = { |
| 720 | 720 | /* This list ordering isn't strictly important. */ |
| 721 | 721 | {"confirmer", 0, 0}, |
| 722 | 722 | {"copybutton", 0, "dom\0"}, |
| 723 | - {"diff", 0, "dom\0fetch\0"}, | |
| 723 | + {"diff", 0, "dom\0fetch\0storage\0"}, | |
| 724 | 724 | {"dom", 0, 0}, |
| 725 | 725 | {"fetch", 0, 0}, |
| 726 | 726 | {"numbered-lines", 0, "popupwidget\0copybutton\0"}, |
| 727 | 727 | {"pikchr", 0, "dom\0"}, |
| 728 | 728 | {"popupwidget", 0, "dom\0"}, |
| 729 | 729 |
| --- src/builtin.c | |
| +++ src/builtin.c | |
| @@ -718,11 +718,11 @@ | |
| 718 | ** the final one! */ |
| 719 | } fjs[] = { |
| 720 | /* This list ordering isn't strictly important. */ |
| 721 | {"confirmer", 0, 0}, |
| 722 | {"copybutton", 0, "dom\0"}, |
| 723 | {"diff", 0, "dom\0fetch\0"}, |
| 724 | {"dom", 0, 0}, |
| 725 | {"fetch", 0, 0}, |
| 726 | {"numbered-lines", 0, "popupwidget\0copybutton\0"}, |
| 727 | {"pikchr", 0, "dom\0"}, |
| 728 | {"popupwidget", 0, "dom\0"}, |
| 729 |
| --- src/builtin.c | |
| +++ src/builtin.c | |
| @@ -718,11 +718,11 @@ | |
| 718 | ** the final one! */ |
| 719 | } fjs[] = { |
| 720 | /* This list ordering isn't strictly important. */ |
| 721 | {"confirmer", 0, 0}, |
| 722 | {"copybutton", 0, "dom\0"}, |
| 723 | {"diff", 0, "dom\0fetch\0storage\0"}, |
| 724 | {"dom", 0, 0}, |
| 725 | {"fetch", 0, 0}, |
| 726 | {"numbered-lines", 0, "popupwidget\0copybutton\0"}, |
| 727 | {"pikchr", 0, "dom\0"}, |
| 728 | {"popupwidget", 0, "dom\0"}, |
| 729 |