From c5af54402038777a9fd81bc731313c12b1828fc9 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 11 Oct 2007 14:45:00 -0400 Subject: [PATCH] clarify --- mr | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mr b/mr index 175c5f1..2b5c656 100755 --- a/mr +++ b/mr @@ -138,16 +138,16 @@ If the "chain" parameter is set and its command returns nonzero, then B will try to load a .mrconfig file from the root of the repository. (You should avoid chaining from repositories with untrusted committers.) The "lib" parameter can specify some shell code that will be run before each -command, this can be a useful way to define shell functions other commands -can use. +command, this can be a useful way to define shell functions for other commands +to use. The "default" section allows setting up default handlers for each action, and is overridden by the contents of other sections. mr contains default handlers for the "update", "status", and "commit" actions, so normally you only need to specify what to do for "checkout". -The "alias" section allows adding aliases for commands. Each parameter -is an alias, and its value is the command to run. +The "alias" section allows adding aliases for actions. Each parameter +is an alias, and its value is the action to use. For example: -- 2.39.2