hgext/__init__.py
author Pierre-Yves David <pierre-yves.david@fb.com>
Sat, 30 Aug 2014 12:20:50 +0200
changeset 22356 3c8fb24334e9
parent 1360 7d439981bec4
child 28450 155e3308289c
permissions -rw-r--r--
branchmap: issue a single call to `ancestors` for all heads There is no reason to make multiple calls. This provides a massive speedup for repo with a lot of heads. On a strongly headed repo this gives humble speedup in simple case: from 8.1097 to 5.1051 And massive speedup in other case: from 7.8787 to 0.1984
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