# # # patch "ChangeLog" # from [ddb2d659ad09085dd3217d9d85b1eecf770ebea9] # to [4b20f18c02eba5ad7bf00a9c8a516cbcb94a5896] # # patch "contrib/monotone.zsh_completion" # from [6dc48efeedf8d994fd1245ab55bc7c4a11916236] # to [97ec2bd0e321e3e30e039ee9764d921278f3b09c] # ============================================================ --- ChangeLog ddb2d659ad09085dd3217d9d85b1eecf770ebea9 +++ ChangeLog 4b20f18c02eba5ad7bf00a9c8a516cbcb94a5896 @@ -1,5 +1,11 @@ 2006-06-24 Thomas Moschny + * contrib/monotone.zsh_completion: Recommend installation into + /usr/share/zsh/site-functions, as suggested by Steven E. Harris + . Add a note about per-user installation. + +2006-06-24 Thomas Moschny + * contrib/monotone.zsh_completion: Replace references to 'monotone' with 'mtn'. Allow more than one standard option on the command line. ============================================================ --- contrib/monotone.zsh_completion 6dc48efeedf8d994fd1245ab55bc7c4a11916236 +++ contrib/monotone.zsh_completion 97ec2bd0e321e3e30e039ee9764d921278f3b09c @@ -1,11 +1,17 @@ #compdef mtn # -*-sh-*- # -# Installing into /etc/zsh/: +# Installing into /usr/share/zsh/site-functions: # -# 1) if not present, add the line "fpath=(/etc/zsh $fpath)" to either -# your system wide zshrc, or user ~/.zshrc -# 2) cp $MONOTONE/contrib/monotone.zsh_completion /etc/zsh/_mtn +# 1) If that directory is not already present in $fpath, add the line +# "fpath=(/usr/share/zsh/site-functions $fpath)" to either your +# system wide zshrc, or user ~/.zshrc. # +# 2) Copy $MONOTONE/contrib/monotone.zsh_completion (this file) to +# /usr/share/zsh/site-functions/_mtn +# +# Alternatively, you can install this file as _mtn into some directory +# in your home (e.g. ~/.zsh), and add that directory to the $fpath. +# # redefine _mtn.