~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Vincent Ladeuil
  • Date: 2011-05-17 15:01:58 UTC
  • mto: This revision was merged to the branch mainline in revision 5884.
  • Revision ID: v.ladeuil+lp@free.fr-20110517150158-0pub4z502vrji1ao
Add news entry and same comments.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1047
1047
            branch_from = Branch.open(location,
1048
1048
                possible_transports=possible_transports)
1049
1049
            self.add_cleanup(branch_from.lock_read().unlock)
1050
 
 
 
1050
            # Remembers if asked explicitly or no previous location is set
1051
1051
            if (remember
1052
1052
                or (remember is None and branch_to.get_parent() is None)):
1053
1053
                branch_to.set_parent(branch_from.base)