From 97c8b67b7b79a5d61c8d28df0bd8bd0ed36c1140 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Tue, 23 Apr 2013 14:10:00 +0200 Subject: [PATCH] vcsh plugin needs only be included up until mr 1.10 Signed-off-by: martin f. krafft --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 889cb09..8017d84 100644 --- a/README.md +++ b/README.md @@ -138,8 +138,11 @@ this: [DEFAULT] jobs = 5 - # Use if your mr does not have vcsh support in mainline, yet + # The following line is only needed if your mr does not have vcsh support + # in core, that is version 1.10 or older. Check the file itself if you are + # unsure. include = cat /usr/share/mr/vcsh + # Include all (enabled) configuration snippets (see above) include = cat ${XDG_CONFIG_HOME:-$HOME/.config}/mr/config.d/* ### repo.d ### @@ -166,7 +169,7 @@ configuration to a new host. 2. Choose your repositories by linking them in config.d (or go with the default you may have already configured by adding symlinks to git). 3. Make sure the line 'include = cat /usr/share/mr/vcsh' in .mrconfig points - to an existing file + to an existing file. Check the file itself to see if the line is necessary. 4. Run mr to clone the repositories: `cd; mr update`. 5. Done. -- 2.39.5