hgext/__init__.py
author Wagner Bruna <wbruna@softwareexpress.com.br>
Thu, 17 Feb 2011 18:05:27 -0200
branchstable
changeset 13436 b391c0c9be61
parent 1360 7d439981bec4
child 28450 155e3308289c
permissions -rw-r--r--
hgwebdir: reduce memory usage for index generation The archive list generator was holding a reference to each temporary ui copy passed by rawentries(), so the memory usage for index generation growed proportionally to the ui object size and the amount of repositories. By returning a list instead, the temporary reference is dropped immediately.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1360
7d439981bec4 Re-add hgext/__init__.py
Matt Mackall <mpm@selenic.com>
parents:
diff changeset
     1
# placeholder