1294
1366
return super(BzrBranch5, self).pull(source, overwrite, stop_revision)
1369
def push(self, target, overwrite=False, stop_revision=None):
1377
super(BzrBranch5, self).push(master_branch, overwrite,
1382
return super(BzrBranch5, self).push(target, overwrite, stop_revision)
1296
1384
def get_bound_location(self):
1298
1386
return self.control_files.get_utf8('bound').read()[:-1]