merge
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
function usage {
|
function usage {
|
||||||
echo -e ' Mercurial menu
|
echo -e ' Mercurial menu
|
||||||
|
note: some commands require color= in [extensions]
|
||||||
|
|
||||||
Usage: hgmenu [args]
|
Usage: hgmenu [args]
|
||||||
hgmenu will interactively query for a command to use.
|
hgmenu will interactively query for a command to use.
|
||||||
@@ -69,7 +70,7 @@ case "$CMD" in
|
|||||||
hg diff --color always "$@"| $LESS
|
hg diff --color always "$@"| $LESS
|
||||||
;;
|
;;
|
||||||
l)
|
l)
|
||||||
hg log -G --color always "$@"| $LESS
|
hg log -G --color always "$@" | $LESS
|
||||||
;;
|
;;
|
||||||
m)
|
m)
|
||||||
hg merge "$@"
|
hg merge "$@"
|
||||||
|
|||||||
Reference in New Issue
Block a user