Sort files on check-in for good I/O patterns
authormpm@selenic.com
Fri, 20 May 2005 17:31:55 -0800
changeset 113 1918852a67a8
parent 112 aea6562add6c
child 114 82fb6d09f911
Sort files on check-in for good I/O patterns
mercurial/hg.py
--- 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: