~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/branch.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-03-13 13:53:40 UTC
  • mfrom: (2348.2.1 push-tags)
  • Revision ID: pqm@pqm.ubuntu.com-20070313135340-0314c4d26adf39b1
Properly push tags if push creates a new branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
648
648
        else:
649
649
            if parent:
650
650
                destination.set_parent(parent)
 
651
        self.tags.merge_to(destination.tags)
651
652
 
652
653
    @needs_read_lock
653
654
    def check(self):