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