# HG changeset patch # User Steve Losh # Date 1288196684 14400 # Node ID 126dedb1845dc50905b3eb456dd3bed55f70ff6f # Parent 3bfc11be905d669c719f5b17d48893642922bcb2 hg: add qpp alias diff -r 3bfc11be905d -r 126dedb1845d .hgrc --- a/.hgrc Wed Oct 27 12:18:46 2010 -0400 +++ b/.hgrc Wed Oct 27 12:24:44 2010 -0400 @@ -89,8 +89,6 @@ nudge = push --branch . st = status -C ? = summary -pullr = pull --remotecmd '~/bin/hg' -pushr = push --remotecmd '~/bin/hg' cm = commit -m cus = commit -m 'Update subrepository state.' @@ -129,6 +127,7 @@ show = nlog --color=always -vpr fet = fetch --message 'Automated merge.' +qpp = push -r qparent # Make a new repo with some sensible defaults. mkrepo = !$HG init $1 && cd $1 && \