mercurial: disable color for q alias

This commit is contained in:
2025-07-22 00:35:40 +00:00
parent b1cdf9b63e
commit 1b4a6a53e6

View File

@@ -15,7 +15,8 @@ git = True
[alias]
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
qpath = !$HG noop ; echo ".hg/patches-$($HG qqueue --active)" | sed 's:hg/patches-patches:hg/patches:'