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