hgext/__init__.py
author Laurent Charignon <lcharignon@fb.com>
Sat, 01 Aug 2015 05:43:39 -0700
changeset 26031 0b57b77f9b3e
parent 1360 7d439981bec4
child 28450 155e3308289c
permissions -rw-r--r--
devel-warn: issue a warning when writing bookmarks without holding the wlock I saw an issue in an extension that we develop where we were writing bookmarks without holding the wlock. Another extension was taking a lock at the same time and wiped out the bookmarks we were about to write. This patch adds a devel-warning to urge people to fix their invalid code.
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