##// END OF EJS Templates
copies: filter out copies when target is not in destination manifest...
copies: filter out copies when target is not in destination manifest When chaining a series of commits that copied a file with a series that removed the destination file, we would still include the copy in the result. Similar to the previous patch, I have checked that `hg status --copies` is not affected by this bug, but I wouldn't be surprised if some commands are. Differential Revision: https://phab.mercurial-scm.org/D5989

File last commit:

r41119:797a416a default
r41920:d5edb5d3 default
Show More
test-revlog-raw.py.out
7 lines | 154 B | text/plain | TextLexer
/ tests / test-revlog-raw.py.out
Jun Wu
revlog: use raw content when building delta...
r31752 local test passed
Jun Wu
revlog: use raw revisions in revdiff...
r31753 addgroupcopy test passed
Jun Wu
revlog: use raw revisions in clone...
r31754 clone test passed
Jun Wu
revlog: make _addrevision only accept rawtext...
r31755 lowlevelcopy test passed
Boris Feld
revlog: add some direct testing of the slicing logic...
r41063 slicing test passed
Boris Feld
revlog: add an explicit test for `issnapshot`...
r41064 issnapshot test passed
Boris Feld
revlog: add test case for _findsnapshots...
r41119 findsnapshot test passed