hgext/__init__.py
author Augie Fackler <augie@google.com>
Tue, 18 Aug 2015 16:32:41 -0400
changeset 26050 822f46b80fa9
parent 1360 7d439981bec4
child 28450 155e3308289c
permissions -rw-r--r--
pathencode: check result of .digest() method in sha1hash Without this it was theoretically possible .digest() would fail and return NULL but we wouldn't notice. Detected with cpychecker.
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