hgext/__init__.py
author Jun Wu <quark@fb.com>
Sun, 06 Mar 2016 14:22:37 +0000
changeset 28357 2f0f352d4196
parent 1360 7d439981bec4
child 28450 155e3308289c
permissions -rw-r--r--
chg: use validate to make sure the server is up to date This patch uses the newly added validate method to make sure the server has loaded the up-to-date config and extensions. If the server cannot validate itself, the client will receive instructions and follow them to try to reach another server that is more likely to validate itself. The instructions can be a redirect (connect to another server address) and/or an unlink (stops an out-dated server).
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