programs/mercurial: configure some MQ-related aliases

This commit is contained in:
2025-06-12 19:13:55 +00:00
parent 2c25c54a7e
commit 5aed77b30d

View File

@@ -18,6 +18,17 @@
# MQ is shipped in mercurial, but not enabled by default.
# it's a port of some git extension, idk which.
mq =
[diff]
# TODO: how much of this is default?
showfunc = True
git = True
unified = 10
[alias]
q = qseries -s -v
qstat = qdiff --stat
sblame = blame -undq
'';
};
}