1293
1373
return super(BzrBranch5, self).pull(source, overwrite, stop_revision)
1376
def push(self, target, overwrite=False, stop_revision=None):
1384
super(BzrBranch5, self).push(master_branch, overwrite,
1389
return super(BzrBranch5, self).push(target, overwrite, stop_revision)
1295
1391
def get_bound_location(self):
1297
1393
return self.control_files.get_utf8('bound').read()[:-1]