Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug#498780: zsh: please remove --remove-sent-files from rsync completion
- X-seq: zsh-workers 25655
- From: Clint Adams <schizo@xxxxxxxxxx>
- To: Louis-David Mitterrand <ldm@xxxxxxxxxx>, 498780@xxxxxxxxxxxxxxx
- Subject: Re: Bug#498780: zsh: please remove --remove-sent-files from rsync completion
- Date: Sat, 13 Sep 2008 07:56:26 +0000
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <20080913073440.10310.87625.reportbug@xxxxxxxxxxxxxxxxx>
- Mail-followup-to: Louis-David Mitterrand <ldm@xxxxxxxxxx>, 498780@xxxxxxxxxxxxxxx, zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20080913073440.10310.87625.reportbug@xxxxxxxxxxxxxxxxx>
On Sat, Sep 13, 2008 at 09:34:40AM +0200, Louis-David Mitterrand wrote:
> rsync only uses "--remove-source-files" and no longer
> "--remove-sent-files" which can be safely removed. Typing "--rem" on the
> command-line would immediately yield the correct option.
Index: Completion/Unix/Command/_rsync
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_rsync,v
retrieving revision 1.40
diff -u -r1.40 _rsync
--- Completion/Unix/Command/_rsync 1 Mar 2008 01:03:18 -0000 1.40
+++ Completion/Unix/Command/_rsync 13 Sep 2008 07:53:46 -0000
@@ -171,7 +171,6 @@
'--ignore-existing[ignore files that already exist on receiving side]' \
'(--existing --ignore-non-existing)'{--existing,--ignore-non-existing}'[ignore files that do not exist on receiving side]' \
'--remove-source-files[synchronized files are removed from sending side]' \
- '--remove-sent-files[transferred files/symlinks are removed from sending side]' \
'(--delete-before --delete-during --delete-after --delete-delay)--del[an alias for --delete-during]' \
'--delete[delete files that do not exist on the sending side]' \
'(--del --delete-during --delete-after --delete-delay)--delete-before[receiver deletes before transfer]' \
Messages sorted by:
Reverse Date,
Date,
Thread,
Author