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
19
26
from bzrlib.missing import find_unmerged
25
31
"""Displays revisions present in one branch but missing in
27
33
def __init__(self, local_branch, remote_branch):
28
34
""" Initialize the Status window. """
30
36
self.set_title("Missing Revisions")
31
37
self.local_branch = local_branch
32
38
self.remote_branch = remote_branch