Rev 5287: Fix missed self.source change in copy_content_into. in http://bazaar.launchpad.net/~lifeless/bzr/loomsupport
Robert Collins
robertc at robertcollins.net
Mon Jun 14 09:32:12 BST 2010
At http://bazaar.launchpad.net/~lifeless/bzr/loomsupport
------------------------------------------------------------
revno: 5287
revision-id: robertc at robertcollins.net-20100614083211-b3e6tybqgir06g1v
parent: robertc at robertcollins.net-20100614065725-up4020n2mlt8r4fr
committer: Robert Collins <robertc at robertcollins.net>
branch nick: loomsupport
timestamp: Mon 2010-06-14 20:32:11 +1200
message:
Fix missed self.source change in copy_content_into.
=== modified file 'bzrlib/branch.py'
--- a/bzrlib/branch.py 2010-06-14 06:57:25 +0000
+++ b/bzrlib/branch.py 2010-06-14 08:32:11 +0000
@@ -3251,7 +3251,7 @@
if parent:
self.target.set_parent(parent)
if self.source._push_should_merge_tags():
- self.tags.merge_to(self.target.tags)
+ self.source.tags.merge_to(self.target.tags)
@needs_write_lock
def update_revisions(self, stop_revision=None, overwrite=False,
More information about the bazaar-commits
mailing list