hgext/__init__.py
author Durham Goode <durham@fb.com>
Thu, 30 May 2013 17:49:37 -0700
changeset 19288 ec367f203cb5
parent 1360 7d439981bec4
child 28450 155e3308289c
permissions -rw-r--r--
filectx: refactor filectx.rev() to use filectx._changeid The code in filectx.rev() was identical to filectx._changeid. Fixing this allows alternative filectx implementations to only override _changeid.
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