hgext/__init__.py
author Anton Shestakov <av6@dwimlabs.net>
Sat, 28 Nov 2015 16:02:22 +0800
changeset 27158 522ffc189671
parent 1360 7d439981bec4
child 28450 155e3308289c
permissions -rw-r--r--
webcommands: get correct parents when comparing a removed file (issue4962) When comparing a file that was removed at the current revision, parents used to show grandparents instead, due to how fctx was "shifted" from the current revision to its p1. Let's not do that. The fix is pretty much copied from webcommands.filediff().
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