X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/6f041c50b40de660ec492575d0ba0a055a01d2bc..2dd79de8a50107eb091bf306df118bac3953e379:/README diff --git a/README b/README index b934894..8758437 100644 --- a/README +++ b/README @@ -1,6 +1,16 @@ +mr is a Multiple Repository management tool for Mercurial and Git + +Author: Joey Hess +Homepage: http://git.kitenet.net/?p=mr.git;a=summary + mr is intended to be very self-contained, since it might be useful to check it into ~/bin when keeping your home in version control. It has no dependencies aside from basic perl. Just copy mr into your PATH somewhere, if it isn't already, and set up ~/.mrconfig + +---- + +webcheckout has more dependencies, specifically the LWP::Simple and +HTML::Parser CPAN modules, and optionally the URI module.