X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/29fed14147b460b1c873afc005ecc99698c97caf..03dc8df3426007f3ce116e480a7f881ca37eb50b:/mr diff --git a/mr b/mr index abfbfaa..e01ca1f 100755 --- a/mr +++ b/mr @@ -1369,7 +1369,8 @@ sub bootstrap { move($tmpconfig, ".mrconfig") || die "rename: $!"; } - # Load the config file and checkout everything else. + # Reload the config file (in case we got a different version) + # and checkout everything else. startingconfig(); loadconfig(".mrconfig"); dispatch("checkout");