29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
-
+
-
|
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:
Crosslinking apparently does not properly rebuild file relationships, leading to (among other things) `blame` not working. Try this:
```
$ f-query -e "delete from plink; delete from mlink;
$ f-parseparty --types c --crosslink
$ fossil blame Makefile.in
no history for file: Makefile.in
```
(Use `fossil rebuild` to get it back into shape.)
The plink table is not being fully populated by the crosslink.
|