X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/f5127691624746388cab7108658c7c5fd5d6cff2..eae9714e0e4c5b5b650dd1ac8b52f7a516cca91a:/mr diff --git a/mr b/mr index 94e9720..91eb151 100755 --- a/mr +++ b/mr @@ -36,7 +36,7 @@ B [options] remember action [params ...] B is a Multiple Repository management tool. It can checkout, update, or perform other actions on a set of repositories as if they were one combined -repository. It supports any combination of subversion, git, cvs, mecurial, +repository. It supports any combination of subversion, git, cvs, mercurial, bzr and darcs repositories, and support for other revision control systems can easily be added. @@ -1324,7 +1324,7 @@ sub bootstrap { die "mr: .mrconfig file already exists, not overwriting with $url\n"; } - if (system("curl", "-s", $url, "-o", ".mrconfig") != 0) { + if (system("curl", "-A", "mr", "-s", $url, "-o", ".mrconfig") != 0) { die "mr: download of $url failed\n"; }