~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/add.py

Merge bzr.dev.

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)