hgext/__init__.py
author Drew Gottlieb <drgott@google.com>
Tue, 21 Apr 2015 17:16:10 -0700
changeset 24914 cb144bfc61ea
parent 1360 7d439981bec4
child 28450 155e3308289c
permissions -rw-r--r--
localrepo: make requirements always be a set in localrepo.__init__ The init function used to create a local list, and then convert it to a set before assigning it as a data attribute. This change simplifies the function by having it always be a set, requiring no conversion.
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