remind of color

This commit is contained in:
q
2015-07-23 18:11:35 +03:00
parent 1206026bd0
commit 1bb2ef6199

View File

@@ -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 "$@"