hgext/__init__.py
author Pierre-Yves David <pierre-yves.david@fb.com>
Wed, 16 Apr 2014 23:55:59 -0400
changeset 21134 2f8c4fa237f5
parent 1360 7d439981bec4
child 28450 155e3308289c
permissions -rw-r--r--
bundle2: adds a capabilities attribute on bundler20 This attribute conveys the capabilities supported by the destination of the bundle. It is used to decide which parts to include in the bundle. This is currently a set but will probably be turned into a dictionary to allow capabilities with values.
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