1
2
3
4
5
6
7
8
9
|
<title>Fossil Documentation</title>
<h1>Bug-Tracking In <a href="index.wiki">Fossil</a></h1>
A bug-report in fossil is called a "ticket". Tickets are tracked
separately from code check-ins.
Some other distributed bug-tracking systems store tickets as files within
the source tree and thereby leverage the syncing and merging capabilities
of the versioning system to sync and merge tickets. This approach is
|
<
|
>
|
1
2
3
4
5
6
7
8
9
|
<title>Bug-Tracking In Fossil</title>
<h2>Introduction</h2>
A bug-report in fossil is called a "ticket". Tickets are tracked
separately from code check-ins.
Some other distributed bug-tracking systems store tickets as files within
the source tree and thereby leverage the syncing and merging capabilities
of the versioning system to sync and merge tickets. This approach is
|