~bzr-pqm/bzr/bzr.dev

Viewing all changes in revision 4789.26.10.

  • Committer: John Arbash Meinel
  • Date: 2009-11-08 04:44:23 UTC
  • mto: (4807.2.5 2.1.0b4-win32-accepted)
  • mto: This revision was merged to the branch mainline in revision 4810.
  • Revision ID: john@arbash-meinel.com-20091108044423-es6gnn7wjh2aekfe
If the filesystem has low resolution build_tree(['a', 'b'])
can actually end up with the *same* values on win32. This is because
we don't have 'st_ino' to distinguish files. They will be the same
length because their content is similar (the filename is part of the
content), and if the fs resolution is low enough, they can have the
same timestamp. So instead, we use different name lengths to force
the stat values to be different.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: