# HG changeset patch # User Jeff Hammel # Date 1374752900 25200 # Node ID 5b94b85763a04ee9296b40e6b365761c07cfdea0 # Parent 61a3c07e9f7ac3fe5cbfecc54021d69614e1781d add alias to actually reset the tree diff -r 61a3c07e9f7a -r 5b94b85763a0 .hgrc --- a/.hgrc Thu Jul 25 03:36:24 2013 -0700 +++ b/.hgrc Thu Jul 25 04:48:20 2013 -0700 @@ -35,4 +35,5 @@ contact = jhammel at mozilla dot com [alias] +reset = !$HG revert --no-backup --all && $HG purge sync = !$HG pull && $HG push \ No newline at end of file