changeset 380:5b94b85763a0

add alias to actually reset the tree
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 25 Jul 2013 04:48:20 -0700
parents 61a3c07e9f7a
children 397d0ac832b6
files .hgrc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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