Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
1 check-in using file lib/db/db.tcl version 7a42e78e5c
2018-10-06
| ||
05:27 | - Shuffled helper packages into separate directory for business "logic". - Added `generate` clauses for various optional parameters to simplify the command implementations. - Extended code range covered by db transactions - Output tweaks. - Bug fixes in `merge` parameter handling (missing current/previous) - As store and vcs are the same thing, at different levels (database, and filesystem) all vcs operations have now been hidden behind store operations. This simplified the code in the glue package (between cmd dispatcher and the business logic) a lot. - Dropped `current`, replaced wholly with the rolodex. - Implemented rolodex management - Completed commands - `split` - `reset` - `list` check-in: 9737362b3a user: aku tags: trunk | |