162
158
def run(self, submit_branch=None, directory='.', hoster=None,
163
159
reviewers=None, name=None, no_allow_lossy=False, description=None,
164
labels=None, prerequisite=None, commit_message=None, wip=False,
166
161
tree, branch, relpath = (
167
162
controldir.ControlDir.open_containing_tree_or_branch(directory))
168
163
if submit_branch is None: