hgext/__init__.py
author Jun Wu <quark@fb.com>
Fri, 26 Feb 2016 14:59:39 +0000
changeset 28276 b4ceadb2c439
parent 1360 7d439981bec4
child 28450 155e3308289c
permissions -rw-r--r--
chgserver: add utilities to calculate mtimehash mtimehash is designed to detect file changes. These files include: - single file extensions (__init__.py for complex extensions) - mercurial/__version__.py - python (sys.executable) mtimehash only uses stat to check files so it's fast but not 100% accurate. However it should be good enough for our use case. For chgserver, once mtimehash changes, the server is considered outdated immediately and should no longer provide service.
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