Mercurial > hg
comparison tests/test-alias.t @ 18895:ed676ed67a5c
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>.
author | Siddharth Agarwal <sid0@fb.com> |
---|---|
date | Wed, 10 Apr 2013 12:34:42 -0700 |
parents | 633cd0c46e6a |
children | c1af1fb314bc |
comparison
equal
deleted
inserted
replaced
18894:ed46c2b98b0d | 18895:ed676ed67a5c |
---|