1
2
3
4
5
6
7
8
9
10
11
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
|
An informal list of FIXMEs which don't warrant full tickets...
This is not *intended* to be a list of long-lived fixme's, but more of a scratchpad for things which come up spontaneously and shouldn't be forgotten.
# f-vdiff
Just does really weird stuff sometimes when using the symbolic name `.` for the local checkout. e.g. after merging in fossil's trunk to the leaves-command-branched-from branch, then...
```
$ f-vdiff --from trunk --to .
...
...
Index: skins/blitz/footer.txt
===================================================================
--- skins/blitz/footer.txt
+++ skins/blitz/footer.txt
Index: skins/blitz/header.txt
===================================================================
--- skins/blitz/header.txt
+++ skins/blitz/header.txt
Index: skins/blitz/ticket.txt
===================================================================
--- skins/blitz/ticket.txt
+++ skins/blitz/ticket.txt
...
```
Wha?
# Crosslinking...
A workaround was added in [](a9332967a75a2a1b), but why that workaround is necessary is unclear. What follows is pre-workaround, for potential investigation later...
Crosslinking apparently does not properly rebuild file relationships properly, leading to `blame` not working. Try this:
|