To get this branch, use:
bzr branch
http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar
« back to all changes in this revision
Viewing changes to bzrlib/diff.py
-
Committer:
Martin Pool
-
Date:
2005-05-11 07:17:37 UTC
-
Revision ID:
mbp@sourcefrog.net-20050511071737-ae8fb763c374f9d0
- sort unchanged files
Show diffs side-by-side
added
removed
352
352
delta.added.sort()
353
353
delta.renamed.sort()
354
354
delta.modified.sort()
355
delta.unchanged.sort()