hgext/__init__.py
author Durham Goode <durham@fb.com>
Sat, 09 Feb 2013 09:04:32 -0800
changeset 18671 1c305128e5b9
parent 1360 7d439981bec4
child 28450 155e3308289c
permissions -rw-r--r--
blackbox: logs python and extension hooks via ui.log() Logs python and extension hooks to ui.log() for viewing in the blackbox. Example log lines: 2013/02/09 08:35:19 durham> pythonhook-preupdate: hgext.eol.preupdate finished in 0.01 seconds 2013/02/09 08:35:19 durham> exthook-update: echo hooked finished in 0.02 seconds
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