~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/remote.py

  • Committer: Ian Clatworthy
  • Date: 2008-06-05 14:07:37 UTC
  • mto: (3221.19.3 push.reference)
  • mto: This revision was merged to the branch mainline in revision 3537.
  • Revision ID: ian.clatworthy@canonical.com-20080605140737-skoe3jya8m851o1z
tweaks by ianc during review

Show diffs side-by-side

added added

removed removed

Lines of Context:
1522
1522
        return self._real_branch.set_parent(url)
1523
1523
        
1524
1524
    def set_stacked_on(self, stacked_location):
1525
 
        """set the URL this branch is stacked against.
 
1525
        """Set the URL this branch is stacked against.
1526
1526
 
1527
1527
        :raises UnstackableBranchFormat: If the branch does not support
1528
1528
            stacking.