1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
1
2
3
4
5
6
7
8
9
10
11
|
-
-
-
-
-
-
-
-
|
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-new and friends: creating new repositories
New repo files created by the library currently have the following known issue(s):
- No ticket table(s), so opening up the repo in `fossil ui` and browsing to an `/info` page (or one of many other pages) will result in a fatal "no such table..." error. Running `fossil rebuild` on the repo is the current quick workaround for that.
- <s>When opening such a repo, fossil recognizes a fingerprint mismatch</s> (resolved)
# f-ci (checkin)
```
$ ls
abc def ghi
$ f-ci -m ... abc ghi xyz
|