~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Martin Pool
  • Date: 2008-07-15 04:43:19 UTC
  • mto: This revision was merged to the branch mainline in revision 3542.
  • Revision ID: mbp@sourcefrog.net-20080715044319-wy26hdr8kvrb0ne9
Rename branch.get_stacked_on to get_stacked_on_url

Show diffs side-by-side

added added

removed removed

Lines of Context:
862
862
            # We therefore need a try/except here and not just 'if stacked:'
863
863
            try:
864
864
                note('Created new stacked branch referring to %s.' %
865
 
                    branch.get_stacked_on())
 
865
                    branch.get_stacked_on_url())
866
866
            except (errors.NotStacked, errors.UnstackableBranchFormat,
867
867
                errors.UnstackableRepositoryFormat), e:
868
868
                note('Branched %d revision(s).' % branch.revno())