# HG changeset patch # User mpm@selenic.com # Date 1116639115 28800 # Node ID 1918852a67a816b0d923117beaeaba8150ad8e15 # Parent aea6562add6cc7e5311d1c84db506e8cda10ebc7 Sort files on check-in for good I/O patterns diff -r aea6562add6c -r 1918852a67a8 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: