From: Ian Lynagh Date: Sat, 9 Apr 2011 14:16:01 +0000 (+0100) Subject: Add "./sync-all reset" command X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=95ba531d864df3e5f7a795f6078fba63df8e6b21;ds=sidebyside Add "./sync-all reset" command --- diff --git a/sync-all b/sync-all index 09130c0..02ac521 100755 --- a/sync-all +++ b/sync-all @@ -361,6 +361,9 @@ sub scmall { # Hack around 'git grep' failing if there are no matches $ignore_failure = 1; } + elsif ($command =~ /^reset$/) { + @scm_args = "reset"; + } elsif ($command =~ /^config$/) { @scm_args = "config"; } @@ -419,6 +422,7 @@ Supported commands: * remote rm * remote set-url [--push] * grep + * reset * config Available package-tags are: