~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/push.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:
107
107
                # if the from format is stackable, this will either work or
108
108
                # trigger NotStacked. If it's not, an error will be given to
109
109
                # the user.
110
 
                br_from.get_stacked_on()
 
110
                br_from.get_stacked_on_url()
111
111
            except errors.NotStacked:
112
112
                pass
113
113
            # now we need to sprout the repository,