20 ancestors of [18251642f3]
2007-09-14
| ||
23:23:48 | * | [18251642f3] Moved the handling of the import statistics into its own package. Untested. (user: aku, tags: trunk) |
2007-09-13
| ||
08:02:26 | * | [7b2619b7ef] Unhacked the fossil backend. IOW reworked the API and made it nicer, more structured, better command and option names. Gave the internals more structure, and simplified the handling of -breakat (old -stopat breakpoint). Updated users, and updated the user visible switches as well. Added a -h switch for help. (user: aku, tags: trunk) |
06:59:24 | * | [cdf5e6d8b7] Encapsulated access to the fossil and cvs applications in their own packages. (user: aku, tags: trunk) |
06:24:31 | * | [d4aa7da67d] Continuing namespace changes, rcs parser. Basic structure is now ok IMHO. (user: aku, tags: trunk) |
06:22:29 | * | [00228d1547] Continuing namespace changes, cvs frontend. (user: aku, tags: trunk) |
06:03:30 | * | [45cd12f05a] Continuing namespace changes, fossil backend. (user: aku, tags: trunk) |
05:43:56 | * | [9671b65174] Continued restructuring of the code (namespace hierarchy, import control). (user: aku, tags: trunk) |
2007-09-09
| ||
00:58:18 | * | [86a7f249c1] Started to restructure the namespace hierarchy, beginning at the bottom, with the log module. (user: aku, tags: trunk) |
2007-09-08
| ||
06:33:23 | * | [c172959c32] Moved the import control code into its own package. The application has been reduced to command line processing and handing over to the new package. (user: aku, tags: trunk) |
05:35:02 | * | [be32ebcb41] Redid the logging system aka user feedback completely. Verbosity levels, influenced by the new -v switch. Indentations in the output removed, parsing by tools easier, still human readable. Adapted all users of the previous feedback code to use the new system. (user: aku, tags: trunk) |
03:48:40 | * | [8469631cc9] Extended import app with switch to stop execution just before a specific changeset, to aid in debugging problems. (user: aku, tags: trunk) |
2007-09-05
| ||
02:03:31 | * | [734febe649] Fix calculating percentage of committed changesets. (user: aku, tags: trunk) |
2007-09-04
| ||
22:00:31 | * | [492531e3a8] Importer extended to allow capture of exact fossil commit command (user: aku, tags: trunk) |
05:38:29 | * | [7003caa982] (no comment) (user: aku, tags: trunk) |
05:36:56 | * | [df91d389d5] First semi-complete app for import from CVS. Trunk only, wholesale only. (user: aku, tags: trunk) |
2007-08-31
| ||
04:57:33 | * | [f166b0a63c] Fork Added first code regarding import from cvs, processing a CVSROOT/history file. Looks good, except that the history I have is incomplete, truncated at the beginning. Extended my notes with results from this experiment, thinking about a possible different method. (user: aku, tags: trunk) |
01:31:13 | * | [81ccb7e684] Removed two entries from the work list which are done. (user: aku, tags: trunk) |
2007-08-30
| ||
21:37:42 | * | [4d03017923] Put a colored asterisk beside entries of interest in the timeline, rather than doing lots of annoying text color and background changes. (user: drh, tags: trunk) |
20:27:14 | * | [4c82c7773f] Fix some annoyances with "merge". This involves a schema change to the _FOSSIL_ file. Older versions will continue to work, but it would make since to "close" and "open" local source tree after updating to this version of fossil, in order to update the schema. (user: drh, tags: trunk) |
19:46:06 | * | [f030c0aea7] Fix multiple bugs in the comment parser of the commit command. Allow blank lines in comments. (user: drh, tags: trunk) |
18:05:19 | * | [1871a93dd4] Fix bugs that can cause a segfault if a blank check-in comment is entered. (user: drh, tags: trunk) |