hgext/__init__.py
author Lucas Moscovicz <lmoscovicz@fb.com>
Thu, 13 Mar 2014 17:15:21 -0700
changeset 20719 cce8fbedc82a
parent 1360 7d439981bec4
child 28450 155e3308289c
permissions -rw-r--r--
revset: changed sort method to use native sort implementation of smartsets When sort is done by revision or reversed revision number it can just call sort on the set and doesn't have to iterate it all over again.
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