Diff
Not logged in

Differences From:

File www/bugtheory.wiki part of check-in [7083eb1a1c] - Change the markup in the index.wiki page from HTML to wiki. Extend the wikitheory.wiki page. Other documentation tweaks. by drh on 2008-11-20 03:14:22. [view]

To:

File www/bugtheory.wiki part of check-in [904ee40b93] - Change "baseline" to "check-in" in the on-line documentation. by drh on 2009-01-23 00:16:26. [view]

@@ -1,15 +1,15 @@
 <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 (baselines).
+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
 rejected in fossil for three reasons:
 
-  1.  Check-ins (a.k.a. "baselines") in fossil are immutable.  So if
+  1.  Check-ins in fossil are immutable.  So if
       tickets were part of the check-in, then there would be no way to add
       new tickets to a check-in as new bugs are discovered.
 
   2.  Any project of reasonable size and complexity will generate thousands