bzr merge quilt handling unapplies patches unnecessarily on 'bzr pull'
Bug #927878 reported by
Steve Langasek
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Distributed Development |
Triaged
|
Low
|
Unassigned |
Bug Description
Updating my local copy of a UDD branch which was one revision out of date:
$ bzr pull
Using saved parent location: bzr+ssh:
Most recent Debian version: MISSING
Unapplying quilt patches to prevent spurious conflicts
[...]
This is a pull, so there's no reason to unapply the quilt patches.
To post a comment you must log in.
This is actually a merge too, as far as the working tree is concerned. Your working tree can have pending changes and bzr merges in the changes between the last branch revision and the new branch revision.
We could optimize the case where there are no working tree changes, though.