2972
2985
def run(self, other_branch=None, reverse=False, mine_only=False,
2973
2986
theirs_only=False, log_format=None, long=False, short=False, line=False,
2987
show_ids=False, verbose=False, this=False, other=False):
2976
2989
from bzrlib.log import log_formatter
2977
2996
local_branch = Branch.open_containing(u".")[0]
2978
2997
parent = local_branch.get_parent()