78
78
help='Use this url as the public location to the pqm.'),
79
79
Option('submit-branch', type=str,
80
80
help='Use this url as the target submission branch.'),
83
84
def run(self, location=None, message=None, public_location=None,
85
86
from bzrlib import errors, trace, bzrdir
86
87
if __name__ != 'bzrlib.plugins.pqm':
87
88
trace.warning('The bzr-pqm plugin needs to be called'