tests/histedit-helpers.sh
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 03 May 2021 18:41:51 +0200
changeset 47262 6bfa6c2c5f15
parent 27350 890273343170
permissions -rw-r--r--
revlogv2: preserve the compression mode on disk The value is still the same and still not treated, but now it exists one disk. Differential Revision: https://phab.mercurial-scm.org/D10648

fixbundle() {
    grep -v 'saving bundle' | grep -v 'saved backup' | \
        grep -v added | grep -v adding | \
        grep -v "unable to find 'e' for patching" | \
        grep -v "e: No such file or directory" | \
    cat
}