~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-07-16 07:54:18 UTC
  • mfrom: (3537.3.5 stacking)
  • Revision ID: pqm@pqm.ubuntu.com-20080716075418-xbachkqt622m73v1
(mbp) post-merge review cleanups for stacking

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())