~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/workingtree_4.py

  • Committer: Aaron Bentley
  • Date: 2007-07-12 07:37:18 UTC
  • mfrom: (2603 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2606.
  • Revision ID: aaron.bentley@utoronto.ca-20070712073718-255ekb0xllut6jmb
Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
2267
2267
                        # the file on disk is not present at all in the
2268
2268
                        # dirblock. Either way, report about the dirblock
2269
2269
                        # entry, and let other code handle the filesystem one.
2270
 
                        if current_path_info[1].split('/') < current_entry[0][1].split('/'):
 
2270
 
 
2271
                        # Compare the basename for these files to determine
 
2272
                        # which comes first
 
2273
                        if current_path_info[1] < current_entry[0][1]:
2271
2274
                            # extra file on disk: pass for now, but only
2272
2275
                            # increment the path, not the entry
2273
2276
                            advance_entry = False