File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,23 @@ $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force
2222### What's new
2323
2424- Refreshed logo
25+ - ` vcspull sync ` :
26+
27+ - Syncing will now skip to the next repos if an error is encountered
28+
29+ - Learned ` --exit-on-error ` / ` -x `
30+
31+ Usage:
32+
33+ ``` console
34+ $ vcspull sync --exit-on-error grako django
35+ ```
36+
37+ Print traceback for errored repos:
38+
39+ ```console
40+ $ vcspull --log-level DEBUG sync --exit-on-error grako django
41+ ```
2542
2643### Development
2744
@@ -33,6 +50,10 @@ $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force
3350- Add [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) (#379)
3451- Add [flake8-comprehensions](https://github.com/adamchainz/flake8-comprehensions) (#380)
3552
53+ ### Testing
54+
55+ - Add CLI tests (#387)
56+
3657### Documentation
3758
3859- Render changelog in sphinx-autoissues (#378)
You can’t perform that action at this time.
0 commit comments