pull uses set_parent_trees
Bug #282941 reported by
Robert Collins
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Bazaar |
Confirmed
|
High
|
Unassigned | ||
Bug Description
dirstate has a fast api for updating a basis tree -
update_
substantially faster on large trees. (It's only possible to use this for
pull when the tree has only one parent; the common case)
affects bzr
importance high
tags performance
status triaged
--
GPG key available at: <http://
| Changed in bzr: | |
| status: | Triaged → Confirmed |
| tags: | added: performance pull |
| tags: | added: check-for-breezy |
| no longer affects: | brz |
| tags: | removed: check-for-breezy |
To post a comment you must log in.
I'm poking around on this at the moment with the idea that we can actually change "set_parent_ trees([ tree])" to call self.update_ by_basis_ delta instead. That way callers don't have to think too much about it, and it will benefit both uncommit (bug #780552) and pull .