hgext/__init__.py
author Matt Mackall <mpm@selenic.com>
Thu, 11 Oct 2007 00:46:47 -0500
changeset 5445 64cf1c853674
parent 1360 7d439981bec4
permissions -rw-r--r--
revlog: reduce memory usage in addgroup - use a buffer to extract the delta from a chunk - avoid concatenating to a compressed delta - use a buffer to directly extra full text from a trivial delta - delete chunk and delta objects after use
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