hgext/__init__.py
author Mads Kiilerich <madski@unity3d.com>
Wed, 21 Jan 2015 00:02:17 +0100
changeset 24178 8ca263d9f070
parent 1360 7d439981bec4
child 28450 155e3308289c
permissions -rw-r--r--
convert: when converting from monotone, use the number 1 for close in extras Monotone used '1' for close while core Mercurial use 1. Now, for consistency, use the same value everywhere. It will be stored as a string anyway and the change will not make any real difference. (The actual value of 'close' doesn't matter as long as extras has such a key.)
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