Lorenzo Cappelletti wrote:
> Signed-off-by: Lorenzo Cappelletti <lorenzo.cappelle...@gmail.com>
> ---
>  mr | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/mr b/mr
> index ddc0738..ecd1c02 100755
> --- a/mr
> +++ b/mr
> @@ -2076,7 +2076,7 @@ bzr_trusted_checkout = bzr checkout|clone|branch|get 
> $url $repo
>  hg_trusted_checkout = hg clone $url $repo
>  darcs_trusted_checkout = darcs get $url $repo
>  git_bare_trusted_checkout = git clone --bare $url $repo
> -vcsh_trusted_checkout = vcsh run "$MR_REPO" git clone $url $repo
> +vcsh_trusted_checkout = vcsh clone $url $repo
>  # fossil: messy to do
>  veracity_trusted_checkout = vv clone $url $repo

I don't really use vcsh, so my guess is that the former syntax was
needed by an old version and it has been simplified to the new syntax?

This change would break mrconfig files containing the old syntax. I don't
know how common that is. It could support both syntaxes, by using
vcsh_trusted_checkout_old to give the template for the old syntax.

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature

_______________________________________________
vcs-home mailing list
vcs-home@lists.madduck.net
http://lists.madduck.net/listinfo/vcs-home

Reply via email to