~bzr-pqm/bzr/bzr.dev

Viewing all changes in revision 5802.3.1.

  • Committer: John Arbash Meinel
  • Date: 2011-04-19 13:59:07 UTC
  • mto: This revision was merged to the branch mainline in revision 5809.
  • Revision ID: john@arbash-meinel.com-20110419135907-ikgnmvxdopdyxhb4
Fix bug #765881. Having a file added on disk was skipping
the sha1 check, but it was still marking the dirstate as needing updating.
This changes it so that if the only changes we see are directory updates and
uninteresting file updates, we won't treat the dirstate as modified.
Drops us from 2.5s to 1.5s doing 'bzr status' in a 100k entry tree when we
only have newly added files.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: