File tree 1 file changed +21
-0
lines changed
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
22
22
### What's new
23
23
24
24
- 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
+ ```
25
42
26
43
### Development
27
44
@@ -33,6 +50,10 @@ $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force
33
50
- Add [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) (#379)
34
51
- Add [flake8-comprehensions](https://github.com/adamchainz/flake8-comprehensions) (#380)
35
52
53
+ ### Testing
54
+
55
+ - Add CLI tests (#387)
56
+
36
57
### Documentation
37
58
38
59
- Render changelog in sphinx-autoissues (#378)
You can’t perform that action at this time.
0 commit comments