blob: 237fc49205ccb106b470786c4207abdeb0b88b96 [file] [log] [blame]
This is a branch to experiment with xpatch and CLI/make a prototype.
- [ ] Draft a command line interface (CLI) for xpatch
- [ ] Declare all needed client API functions
- [ ] Design xpatch format
- [ ] Implement xpatch parser/writer based on the format
- [ ] Finish-out the apply-processor, for later usage inside of this branch
- [ ] Connect all together; The patch-file routines, working copy diff
processors and the cmdline interface.
- [ ] Profit!
Also please check out the 'apply-processor' branch, which is related to
xpatch, and contains the core related changes of the feature.
It's not meant for the branch to be merged into the trunk, but changes will be
reproduced in the trunk from blank instead.