28
28
from bzrlib.branch import Branch
29
29
import bzrlib.errors as errors
32
31
from dialog import error_dialog, info_dialog
35
36
""" Display branch dialog and perform the needed operations. """
36
37
def __init__(self, path=None):
37
38
""" Initialize the Branch dialog. """
40
41
self.window = self.glade.get_widget('window_branch')