X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/4400fd90c12438b6587d9ffee1384acb06b4dd88..bec1b0321b56410a91383b3e6d5efacff9cc14a9:/mr diff --git a/mr b/mr index 4cd3c2e..e807778 100755 --- a/mr +++ b/mr @@ -2094,7 +2094,8 @@ 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_old_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