hgext/__init__.py
author Bryan O'Sullivan <bos@serpentine.com>
Mon, 14 Dec 2015 10:47:24 -0800
changeset 27364 ad1cc1435b13
parent 1360 7d439981bec4
child 28450 155e3308289c
permissions -rw-r--r--
parsers: simplify error logic in compute_phases_map_sets Since Py_XDECREF and free both accept NULL pointers, we can get by with just two exit paths: one for success, and one for error. This considerably simplifies reasoning about the possible ways to exit from this function.
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