mercurial: disable color for q
alias
This commit is contained in:
@@ -15,7 +15,8 @@ git = True
|
|||||||
|
|
||||||
[alias]
|
[alias]
|
||||||
noop = !$HG > /dev/null
|
noop = !$HG > /dev/null
|
||||||
q = qseries -s -v
|
# --color never because it'll use black-on-black ...
|
||||||
|
q = qseries -s -v --color never
|
||||||
#
|
#
|
||||||
# `hg qpath`: print the path to the current queue
|
# `hg qpath`: print the path to the current queue
|
||||||
qpath = !$HG noop ; echo ".hg/patches-$($HG qqueue --active)" | sed 's:hg/patches-patches:hg/patches:'
|
qpath = !$HG noop ; echo ".hg/patches-$($HG qqueue --active)" | sed 's:hg/patches-patches:hg/patches:'
|
||||||
|
Reference in New Issue
Block a user