Skip to content

Commit 7c8bfdd

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

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

MIGRATION

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,25 @@ _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.1 (2022-10-16)
29+
30+
### Completions for `-c` / `--config` files
31+
32+
After updating, you can re-run [shtab]'s setup (see [completions page]) completion of:
33+
34+
```console
35+
$ vcspull sync -c [tab]
36+
```
37+
38+
```console
39+
$ vcspull sync --config [tab]
40+
```
41+
2842
## vcspull 1.15.0 (2022-10-09)
2943

30-
### Completions have changed (#400)
44+
### Completions have changed
45+
46+
_via #400_
3147

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

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

4157
### Pulling all repositories
4258

59+
_via #394_
60+
4361
Empty command will now show help output
4462

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

6684
### Terms with no match in config will show a notice
6785

86+
_via #394_
87+
6888
> No repo found in config(s) for "non_existent_repo"
6989
7090
- Syncing will now skip to the next repos if an error is encountered
@@ -85,8 +105,10 @@ $ vcspull --log-level DEBUG sync --exit-on-error grako django
85105

86106
### Untracked files
87107

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

91113
<!---
92114
# vim: set filetype=markdown:

0 commit comments

Comments
 (0)