73
73
Option('dry-run', help='Print request instead of sending.'),
74
74
Option('public-location', type=str,
75
75
help='Use this url as the public location to the pqm.'),
80
80
def run(self, location=None, message=None, public_location=None,
82
82
if __name__ != 'bzrlib.plugins.pqm':
84
84
trace.warning('The bzr-pqm plugin needs to be called'