changeset 113:1918852a67a8

Sort files on check-in for good I/O patterns
author mpm@selenic.com
date Fri, 20 May 2005 17:31:55 -0800
parents aea6562add6c
children 82fb6d09f911
files mercurial/hg.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/hg.py	Fri May 20 17:31:12 2005 -0800
+++ b/mercurial/hg.py	Fri May 20 17:31:55 2005 -0800
@@ -310,6 +310,7 @@
         # check in files
         new = {}
         linkrev = self.changelog.count()
+        update.sort()
         for f in update:
             self.ui.note(f + "\n")
             try: