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
26
20
from bzrlib.branch import Branch
27
21
from bzrlib.config import GlobalConfig
29
23
from bzrlib.plugins.gtk.history import UrlHistory
33
28
def __init__(self, path=None):
39
35
self._history = UrlHistory(GlobalConfig(), 'branch_history')