diff .hgrc @ 370:4198a58cc520

adding aliases
author Jeff Hammel <jhammel@mozilla.com>
date Sun, 21 Jul 2013 05:35:28 -0700
parents 4c11105b05d2
children 5b94b85763a0
line wrap: on
line diff
--- a/.hgrc	Sun Jul 21 05:27:28 2013 -0700
+++ b/.hgrc	Sun Jul 21 05:35:28 2013 -0700
@@ -31,5 +31,8 @@
 groups = jhammel
 
 [web]
-allow_archive = rss, zip, bz2
+allow_archive = atom, rss, zip, bz2
 contact = jhammel at mozilla dot com
+
+[alias]
+sync = !$HG pull && $HG push
\ No newline at end of file