diff --git a/hosts/common/programs/mercurial.nix b/hosts/common/programs/mercurial.nix index b748b7b2c..0ea0cd9e4 100644 --- a/hosts/common/programs/mercurial.nix +++ b/hosts/common/programs/mercurial.nix @@ -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 ''; }; }