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