tests/test-filelog.py.out
author Pierre-Yves David <pierre-yves.david@fb.com>
Mon, 08 Feb 2016 18:12:06 +0100
changeset 28138 5ad2017454ee
parent 16498 d76ba2090e0c
permissions -rw-r--r--
destutil: remove current head from list of candidates early While 'hg merge' will refuse to pick a default destination if the working copy is not on a head, this will be a common and valid case for rebase. In this case, we will need to exclude from the candidate destination all descendants from the rebased set. We make a step forward in that direction by removing parents of the working copy from the candidate destinations instead of manually filtering the working copy parent at the end of the process. This will make the extra step of filtering descendant much simpler in a future changeset.

ERROR: FIXME: This is a known failure of filelog.size for data starting with \1\n
OK.