# HG changeset patch # User MattD # Date 1253012998 -3600 # Node ID b6b0d741e326c96cb1847f3724f9046a0bf6f264 # Parent 88f86cd8d99b34be1db765709cbf8f03afe048d0# Parent a5ee079f00dd09693f44d925bccf3445a6ce2847 catchup merge. diff -r a5ee079f00dd -r b6b0d741e326 clone_packages/clone_all_packages.pl --- a/clone_packages/clone_all_packages.pl Mon Sep 14 16:37:27 2009 +0100 +++ b/clone_packages/clone_all_packages.pl Tue Sep 15 12:09:58 2009 +0100 @@ -56,6 +56,7 @@ -help print this help information -exec execute command on each repository -filter only process repository paths matching regular expression +-dummyrun Dummy Run, don't execute any Mercurial commands. The -exec option processes the rest of the command line, treating it as a command to apply to each repository in turn. Some keywords are expanded @@ -105,6 +106,7 @@ "e|exec" => \$exec, "f|filter=s" => \$filter, "l|packagelist=s" => \@packagelist_files, + "d|dummyrun" => \$do_nothing, )) { Usage("Invalid argument");