14
14
# along with this program; if not, write to the Free Software
15
15
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
25
19
from bzrlib.missing import find_unmerged
27
21
from bzrlib.plugins.gtk.revisionview import RevisionView
31
25
"""Displays revisions present in one branch but missing in
33
27
def __init__(self, local_branch, remote_branch):
34
28
""" Initialize the Status window. """
36
30
self.set_title("Missing Revisions")
37
31
self.local_branch = local_branch
38
32
self.remote_branch = remote_branch