~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/add.py

  • Committer: Aaron Bentley
  • Date: 2006-09-21 15:58:05 UTC
  • mfrom: (2025.1.1 check-parents)
  • mto: This revision was merged to the branch mainline in revision 2048.
  • Revision ID: abentley@panoramicfeedback.com-20060921155805-5b3579f9994cd307
Merge check-parent fix

Show diffs side-by-side

added added

removed removed

Lines of Context:
296
296
                else:
297
297
                    this_ie = inv[this_id]
298
298
 
299
 
            for subf in os.listdir(abspath):
 
299
            for subf in sorted(os.listdir(abspath)):
300
300
                # here we could use TreeDirectory rather than 
301
301
                # string concatenation.
302
302
                subp = bzrlib.osutils.pathjoin(directory.raw_path, subf)