Initial branch doesn't copy tags

Bug #771255 reported by John A Meinel
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Bazaar
Confirmed
Medium
Unassigned

Bug Description

Encountered while debugging: bug #745664

a_branch.bzrdir.sprout('target').open_branch()

Does not copy the tags from a_branch. This is because the copying of tags is done in Branch.pull(), which is *not* used by sprout(). Instead, sprout() directly calls target.repository.fetch(source) and then does Branch.initialize() after the fetch has completed.

Jelmer Vernooij (jelmer)
tags: added: check-for-breezy
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.