X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/54ef16536ceb543d9dd0da24047f4621092644c4..bec1b0321b56410a91383b3e6d5efacff9cc14a9:/mr?ds=sidebyside 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