1311
1390
return super(BzrBranch5, self).pull(source, overwrite, stop_revision)
1393
def push(self, target, overwrite=False, stop_revision=None):
1401
super(BzrBranch5, self).push(master_branch, overwrite,
1406
return super(BzrBranch5, self).push(target, overwrite, stop_revision)
1313
1408
def get_bound_location(self):
1315
1410
return self.control_files.get_utf8('bound').read()[:-1]