26
25
from bzrlib.missing import find_unmerged
31
31
"""Displays revisions present in one branch but missing in
33
33
def __init__(self, local_branch, remote_branch):
34
34
""" Initialize the Status window. """
36
36
self.set_title("Missing Revisions")
37
37
self.local_branch = local_branch
38
38
self.remote_branch = remote_branch