66
65
self._hbox.add(self._label_merge_from)
67
66
self._hbox.add(self._combo_source)
68
67
self._hbox.set_spacing(5)
68
self.action_area.pack_end(self._button_merge, False, False, 0)
71
70
if self.default_branch_path and os.path.isdir(
72
71
self.default_branch_path.partition('file://')[2]):