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
|
+
+
+
+
|
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.
# Checkin
- When checking in a cherrypick, the status of it being cherrypicked is not cleared afterwards, so the next commit wants to add the same cherrypick state. See the checkin comment on [](0a7bf91fba5794c6).
# Crosslinking...
Crosslinking apparently does not properly rebuild file relationships properly, leading to `blame` not working. Try this:
```
$ f-query -e "delete from plink; delete from mlink;
$ f-parseparty --types c --crosslink
|