hgext/__init__.py
author Anton Shestakov <av6@dwimlabs.net>
Fri, 13 Nov 2015 14:35:36 +0800
changeset 27294 5aa2afb4f81a
parent 1360 7d439981bec4
child 28450 155e3308289c
permissions -rw-r--r--
hgweb: move entry-preparing code from webcommands to webutils.commonentry() The new function is used to fill basic information about a ctx, such as revision number and hash, author, commit message, etc. Before, every webcommand used to get this basic information on its own using some boilerplate code, and some things in some places just weren't available.
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