be6bede7ce49
hg: fix pushunder
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Thu, 26 Aug 2010 10:37:27 -0400 |
parents | e3e8f6fdc3d7 |
children | 0c6db60d6556 |
branches/tags | (none) |
files | .hgrc |
Changes
--- 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