Skip to content
Snippets Groups Projects
Commit 1918852a authored by mpm's avatar mpm
Browse files

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

parent aea6562a
No related branches found
No related tags found
No related merge requests found
......@@ -310,6 +310,7 @@
# check in files
new = {}
linkrev = self.changelog.count()
update.sort()
for f in update:
self.ui.note(f + "\n")
try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment