hgext/__init__.py
author Martin von Zweigbergk <martinvonz@google.com>
Mon, 05 Jan 2015 16:52:12 -0800
changeset 23730 4b56219a5ac2
parent 1360 7d439981bec4
child 28450 155e3308289c
permissions -rw-r--r--
status: don't list files as both removed and deleted When calculating status involving the working copy and a revision other than the parent of the working copy, the files that are not in the working context manifest ('mf2' in the basectx._buildstatus()) will be reported as removed (note that deleted files _are_ in the working context manifest). However, if the file is reported as deleted in the dirstate, it will get that status too (as shown by failing tests). Fix by removing deleted files from the 'removed' list after the main loop in _buildstatus().
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