1761
1761
from bzrlib.missing import find_unmerged
1762
1762
from bzrlib.log import log_formatter
1763
1763
local_branch = bzrlib.branch.Branch.open_containing(".")[0]
1765
1769
print "Using last location: " + local_branch.get_parent()
1767
1770
remote_branch = bzrlib.branch.Branch.open(other_branch)
1768
1771
local_extra, remote_extra = find_unmerged(local_branch, remote_branch)
1769
1772
log_format = get_log_format(long=long, short=short, line=line)