hgext/__init__.py
author Durham Goode <durham@fb.com>
Mon, 04 Feb 2013 14:01:40 -0800
changeset 18558 eb95cf4e219d
parent 1360 7d439981bec4
child 28450 155e3308289c
permissions -rw-r--r--
addremove: only query dirstate once per path Previously the addremove code queried the dirstate 4 times per path. Now it only does so once. On a large repo this brings addremove from 9.5 seconds to 8.35 seconds (12%).
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