Skip to content

Commit 853ecc0

Browse files
committed
docs(MIGRATION) Note vcspull sync completion update
1 parent 39103b2 commit 853ecc0

1 file changed

Lines changed: 26 additions & 2 deletions

File tree

MIGRATION

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,27 @@ _Notes on the upcoming release will be added here_
2525

2626
<!-- Maintainers, insert changes / features for the next release here -->
2727

28+
## vcspull 1.15.4 (unreleased)
29+
30+
### Completions for `-c` / `--config` files
31+
32+
_via #403_
33+
34+
After updating, you can re-run [shtab]'s setup (see [completions page]) completion of:
35+
36+
```console
37+
$ vcspull sync -c [tab]
38+
```
39+
40+
```console
41+
$ vcspull sync --config [tab]
42+
```
43+
2844
## vcspull 1.15.0 (2022-10-09)
2945

30-
### Completions have changed (#400)
46+
### Completions have changed
47+
48+
_via #400_
3149

3250
Completions now use a different tool: [shtab]. See the [completions page] for more information.
3351

@@ -40,6 +58,8 @@ If you were using earlier versions of vcspull (earlier than 1.15.0), you may nee
4058

4159
### Pulling all repositories
4260

61+
_via #394_
62+
4363
Empty command will now show help output
4464

4565
```console
@@ -65,6 +85,8 @@ Depending on how shell escaping works in your shell setup with [wild card / aste
6585

6686
### Terms with no match in config will show a notice
6787

88+
_via #394_
89+
6890
> No repo found in config(s) for "non_existent_repo"
6991
7092
- Syncing will now skip to the next repos if an error is encountered
@@ -85,8 +107,10 @@ $ vcspull --log-level DEBUG sync --exit-on-error grako django
85107

86108
### Untracked files
87109

110+
_via https://github.com/vcs-python/libvcs/pull/425_
111+
88112
Syncing in git repositories with untracked files has been improved (via libvcs
89-
0.17, https://github.com/vcs-python/libvcs/pull/425)
113+
0.17)
90114

91115
<!---
92116
# vim: set filetype=markdown:

0 commit comments

Comments
 (0)