I (Julian Foad) wrote:
> [1] It currently adds a space after 'branches/', which we should
> suppress like this:
>
> @@ -440,6 +450,7 @@ _svn()
>          elif [[ "$here" == */trunk* ]] ; then
>            # we guess that it is a merge from a branch
>            COMPREPLY=( $(compgen -W ${here/\/trunk*/\/branches\/} -- $cur ) )
> +          compopt -o nospace
>            return 0

I committed this tweak, along with two other similar cases, in r1695871.

- Julian

Reply via email to