X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fskel%2F.zshrc;h=d7720410f7d6b9380af03808cbe53e323caa1324;hb=b72d908b1b136820a113c2a01da79393cf331678;hp=28b878b2cd0e33e33773f2cf2a4be385eb6b8be9;hpb=0e94a5d29a3957ce97fcf452558ee9a57b4fb40a;p=grml-etc-core.git diff --git a/etc/skel/.zshrc b/etc/skel/.zshrc index 28b878b..d772041 100644 --- a/etc/skel/.zshrc +++ b/etc/skel/.zshrc @@ -3,7 +3,7 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Son Mär 11 12:44:51 CET 2007 [mika] +# Latest change: Fre Apr 13 18:00:42 CEST 2007 [mika] ################################################################################ # source ~/.zshrc.global {{{ @@ -827,6 +827,9 @@ # build debian package alias hbp='hg-buildpackage' + # execute commands on the versioned patch-queue from the current repos + alias mq='hg -R $(readlink -f $(hg root)/.hg/patches)' + # diffstat for specific version of a mercurial repository # hgstat => display diffstat between last revision and tip # hgstat 1234 => display diffstat between revision 1234 and tip