126dedb1845d

hg: add qpp alias
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Wed, 27 Oct 2010 12:24:44 -0400
parents 3bfc11be905d
children f2193e4dee39
branches/tags (none)
files .hgrc

Changes

--- 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 && \