From 781989852d9ba92486f1e35d7e87dfbb08eed2c6 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Tue, 23 Apr 2013 14:09:39 +0200 Subject: [PATCH] Mr-to-vcsh mappings only needed up until mr 1.10 Signed-off-by: martin f. krafft --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 66db110..889cb09 100644 --- a/README.md +++ b/README.md @@ -113,11 +113,14 @@ is for demonstration, only. Of course, you are more than welcome to clone from this repository and fork your own. [$XDG_CONFIG_HOME/vcsh/repo.d/zsh.git] - checkout = vcsh clone 'git://github.com/RichiH/zshrc.git' zsh - update = vcsh run zsh git pull - push = vcsh run zsh git push - status = vcsh run zsh git status - gc = vcsh run zsh git gc + checkout = vcsh clone 'git://github.com/RichiH/zshrc.git' $MR_REPO + push = echo "Cannot push to read-only repo" >&2 + #status = vcsh run $MR_REPO git $MR_ACTION + #commit = vcsh run $MR_REPO git $MR_ACTION + #gc = vcsh run $MR_REPO git $MR_ACTION + +The commented lines are only necessary if you are using `mr` prior to version +1.11. Starting with this version, `vcsh` support is properly integrated. ### config.d ### -- 2.39.2