mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-06-11 19:18:01 +02:00
unposted (cf. users/28616): _svnadmin: Add comment noting a case that's not completed correctly.
This commit is contained in:
parent
d23bcf1171
commit
4ad99ab788
2 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2023-01-06 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||||
|
|
||||||
|
* unposted (cf. users/28616):
|
||||||
|
Completion/Unix/Command/_subversion: _svnadmin: Add comment
|
||||||
|
noting a case that's not completed correctly.
|
||||||
|
|
||||||
2022-12-31 Oliver Kiddle <opk@zsh.org>
|
2022-12-31 Oliver Kiddle <opk@zsh.org>
|
||||||
|
|
||||||
* Max Coplan: 51263: Doc/Zsh/files.yo: fix typo, an -> a
|
* Max Coplan: 51263: Doc/Zsh/files.yo: fix typo, an -> a
|
||||||
|
|
|
@ -318,6 +318,9 @@ _svnadmin () {
|
||||||
# Test cases:
|
# Test cases:
|
||||||
# svnadmin freeze . rsync --<TAB> offers --file
|
# svnadmin freeze . rsync --<TAB> offers --file
|
||||||
# svnadmin freeze -- . rsync -<TAB> offers rsync's options
|
# svnadmin freeze -- . rsync -<TAB> offers rsync's options
|
||||||
|
# svnadmin freeze . -- rsync -<TAB> should do the same (but currently doesn't)
|
||||||
|
#
|
||||||
|
# TODO: Fix the third case.
|
||||||
#
|
#
|
||||||
# Note: the NORMARG calculations here include one positional argument
|
# Note: the NORMARG calculations here include one positional argument
|
||||||
# (the '.') before the command.
|
# (the '.') before the command.
|
||||||
|
|
Loading…
Reference in a new issue