##// END OF EJS Templates
Sort files on check-in for good I/O patterns
mpm@selenic.com -
r113:1918852a default
parent child Browse files
Show More
@@ -310,6 +310,7 b' class localrepository:'
310 # check in files
310 # check in files
311 new = {}
311 new = {}
312 linkrev = self.changelog.count()
312 linkrev = self.changelog.count()
313 update.sort()
313 for f in update:
314 for f in update:
314 self.ui.note(f + "\n")
315 self.ui.note(f + "\n")
315 try:
316 try:
General Comments 0
You need to be logged in to leave comments. Login now