Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

zsh bzr completition



Hello zsh-workers,

I have small patch you may consider worthwhile to merge into ZSH.
We are using bzr for production and the option to send patch to the
patch-file (via command: bzr send -o /path/file) so a completition
of path/file is required and not yet supported.

I would like to kindly ask you to add this to the tree:

File affected: functions/_bzr

+ (send)
+     args+=(
+     '*:DIR:_files -/'
+     )
+     ;;


If you want more details, or patch created by git/bzr/hg, feel free
to contact me.

Thanks,
R.



Messages sorted by: Reverse Date, Date, Thread, Author