kaseki
v0.6.0
Published
Adapter for [Fossil](https://fossil-scm.org) repositories
Downloads
4
Readme
化石( かせき) Ka(化)Seki( 石)
Table of Contents generated with DocToc
化石 KaSeki
To Do
[–] documentation
[–] implement naming (and re-naming?) repo
[–] implement access to Fossil settings
[–] allow querying of
.fslckoutDB, especially tablevvar, there especiallywhere name = 'repository'[–] implement local settings, especially for
ignore-glob(see fossil-scm.org, SO answer)mkdir .fossil-settings echo '*/*.suo' >> .fossil-settings/ignore-glob echo '*/*/bin/*' >> .fossil-settings/ignore-glob fossil add .fossil-settings[–] jumpstart a 'resonable API' by
- [–] implement generic command with generic named, positional argument passing (without type
checking); return value is raw text of the given
fossilcommand, with trailing newlines removed - [–] compiling a list of all available
fossilcommand line commands
- [–] implement generic command with generic named, positional argument passing (without type
checking); return value is raw text of the given
Is Done
- [+] MVP
