hgext/__init__.py
author Laurent Charignon <lcharignon@fb.com>
Fri, 17 Jul 2015 13:41:17 -0700
changeset 25820 701d8c362aa2
parent 1360 7d439981bec4
child 28450 155e3308289c
permissions -rw-r--r--
crecord: add error reporting for failure in curses interface initialization Before this patch, we couldn't report to the user any error that occurred: - after we enabled the curses interface but - before the interface is set up and drawn This patch, provides a way to set errors that happens during the initialization of the interface and log them once the curses interface has been displayed.
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