hgext/__init__.py
author Shun-ichi GOTO <shunichi.goto@gmail.com>
Fri, 14 Dec 2007 16:47:41 +0100
changeset 5647 165cda754d9e
parent 1360 7d439981bec4
child 28450 155e3308289c
permissions -rw-r--r--
Workaround for "Not enough space" error due to the bug of Windows. Large write requests fail when stdout is switched to binary mode. As a workaround, limit the data size to write once.
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