~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Wouter van Heyst
  • Date: 2006-06-06 16:16:09 UTC
  • mto: This revision was merged to the branch mainline in revision 1752.
  • Revision ID: larstiq@larstiq.dyndns.org-20060606161609-6c14b8aaef2fe0be
working on get_parent, set_parent and relative urls, broken

Show diffs side-by-side

added added

removed removed

Lines of Context:
519
519
        location_url = transport.base
520
520
        if br_from.get_push_location() is None or remember:
521
521
            br_from.set_push_location(location_url)
 
522
 
 
523
        old_rh = []
522
524
        try:
523
525
            dir_to = bzrlib.bzrdir.BzrDir.open(location_url)
524
526
            br_to = dir_to.open_branch()