# HG changeset patch # User Jeff Hammel # Date 1376183416 25200 # Node ID 483b4237d9a23c6758f05d6cf742657197813114 # Parent cdad4c445993616b03f4290dabe72a97a94b6299 python/setup_repo.py diff -r cdad4c445993 -r 483b4237d9a2 python/setup_repo.py --- a/python/setup_repo.py Sat Aug 10 18:07:02 2013 -0700 +++ b/python/setup_repo.py Sat Aug 10 18:10:16 2013 -0700 @@ -23,7 +23,7 @@ string = (basestring,) # global variables that probably shouldn't be -dry_run = True +dry_run = True # XXX instead, should have runner class verbose = True def call(command, *args, **kwargs): @@ -122,6 +122,7 @@ parser.print_usage() parser.exit() directory = args[0] + globals()['dry_run'] = options.dry_run # initialize repository if options.remote_only: