##// END OF EJS Templates
manifestmerge: handle workdir removed, remote removed with flags...
manifestmerge: handle workdir removed, remote removed with flags This can happen when a file with flags is removed or deleted in the working directory and also not present in m2. The obvious solution is to add a __delitem__ override to manifestdict that removes the file from flags if necessary, but that has a significant performance cost in some cases, e.g. hg status --rev rev1 --rev rev2 <file>.

File last commit:

r0:9117c656 default
r18895:ed676ed6 default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer