# HG changeset patch # User Steve Losh # Date 1282833447 14400 # Node ID be6bede7ce493b8651586d31020b9c122b0d3a1f # Parent e3e8f6fdc3d780c7d056f2b89419c91bc2d57252 hg: fix pushunder diff -r e3e8f6fdc3d7 -r be6bede7ce49 .hgrc --- a/.hgrc Thu Aug 26 10:36:35 2010 -0400 +++ b/.hgrc Thu Aug 26 10:37:27 2010 -0400 @@ -162,7 +162,7 @@ pushunder = !HG_CUR_PATCH=`$HG qtop --color=never` && \ $HG qpop -a && \ $HG push $@ && \ - $HG qpush --goto $HG_CUR_PATCH + $HG qpush $HG_CUR_PATCH # Edit the current repo's hgrc file. erc = !$EDITOR `$HG root`/.hg/hgrc