85
83
def run(self, location=None, message=None, public_location=None,
86
84
dry_run=False, submit_branch=None):
88
86
if __name__ != 'bzrlib.plugins.pqm':
89
87
trace.warning('The bzr-pqm plugin needs to be called'
90
88
' "bzrlib.plugins.pqm" not "%s"\n'