Sort files on check-in for good I/O patterns

This commit is contained in:
mpm@selenic.com 2005-05-20 17:31:55 -08:00
parent 8b0e7913c6
commit 066f1e4183

View File

@ -310,6 +310,7 @@ class localrepository:
# check in files
new = {}
linkrev = self.changelog.count()
update.sort()
for f in update:
self.ui.note(f + "\n")
try: