4878bb465b63

hg pg
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Wed, 12 Sep 2012 10:14:24 -0400
parents e40c6d4c4262
children ee9ac60c856c
branches/tags (none)
files hgrc

Changes

--- a/hgrc	Wed Sep 12 10:13:01 2012 -0400
+++ b/hgrc	Wed Sep 12 10:14:24 2012 -0400
@@ -115,6 +115,9 @@
 fdiff = diff -U 10000000000000
 qfdiff = qdiff -U 10000000000000
 
+# Push to the git mirror at the same time.
+pg = !"$HG" push && "$HG" push git
+
 # Push the qparent revision (mnemonic: q push parent).
 qpp = push -r qparent