169
170
def run(self, submit_branch=None, directory='.', hoster=None,
170
171
reviewers=None, name=None, no_allow_lossy=False, description=None,
171
172
labels=None, prerequisite=None, commit_message=None, wip=False,
173
174
tree, branch, relpath = (
174
175
controldir.ControlDir.open_containing_tree_or_branch(directory))
175
176
if submit_branch is None: