From 1bb2ef6199e0ffd8835d6b434f7a2543d9a9132a Mon Sep 17 00:00:00 2001 From: q Date: Thu, 23 Jul 2015 18:11:35 +0300 Subject: [PATCH] remind of color --- bin/hgmenu | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/hgmenu b/bin/hgmenu index 5cd9d29..b572192 100755 --- a/bin/hgmenu +++ b/bin/hgmenu @@ -2,6 +2,7 @@ function usage { echo -e ' Mercurial menu +note: some commands require color= in [extensions] Usage: hgmenu [args] hgmenu will interactively query for a command to use. @@ -60,7 +61,7 @@ case "$CMD" in hg diff --color always "$@"| $LESS ;; l) - hg log -G --color always "$@"| $LESS + hg log -G --color always "$@" | $LESS ;; m) hg merge "$@"