comparison hgext/notify.py @ 15373:9a2582e325a5 stable

revert: fix missing removes when parent was changed in dirstate When dirstate parent is changed with dirstate.setparent before a revert so it no longer points to where the dirstate refered to, revert does not remove all files it should: Revert to a different revision needs also to remove files that are not found through disptables and not in the context or parent manifest.
author Peer Stritzinger <peer@stritzinger.com>
date Wed, 26 Oct 2011 18:47:12 +0200
parents d78b92353f26
children ca572e94d8e7
comparison
equal deleted inserted replaced
15372:695ac6aca77f 15373:9a2582e325a5