Comment 18 for bug 113809

Revision history for this message
Craig Hewetson (craighewetson-deactivatedaccount) wrote :

Looked at David's merge directive and I have 1 recommendation:

It should not "look" for uncommitted changes if there are no local commits.
i.e:
if local_extra:
 // then look for uncommitted changes.

This will improve performance. For normal use of update.

I'm really keen to see this change put into trunk ASAP, since this is a major issue for the developers at our company. And I'm in the process of getting our entire company to use Bazaar and would like them to not run into this problem in the future.