ENH: add --offline switch to skip online operations (e.g. svn [...])
westurner opened this issue · 1 comments
westurner commented
ENH: add --offline switch to skip online operations (e.g. svn [...])
westurner commented
would this require:
- adding metadata to each repo method
- @OnlineMethod // @ meta(online=True)
- adding checks before each repo method
- an additional controller layer