programs/mercurial: configure some MQ-related aliases
This commit is contained in:
@@ -18,6 +18,17 @@
|
|||||||
# MQ is shipped in mercurial, but not enabled by default.
|
# MQ is shipped in mercurial, but not enabled by default.
|
||||||
# it's a port of some git extension, idk which.
|
# it's a port of some git extension, idk which.
|
||||||
mq =
|
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
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user