1758
1759
def run(self, other_branch=None, reverse=False, mine_only=False,
1759
1760
theirs_only=False, long=True, short=False, line=False,
1762
1763
from bzrlib.log import log_formatter
1763
1764
local_branch = bzrlib.branch.Branch.open_containing(".")[0]
1764
1765
parent = local_branch.get_parent()