view tests/histedit-helpers.sh @ 48763:3984e7d4b9fd

rank: add minimal test This adds a small test checking the rank computation in the case of a merge. Differential Revision: https://phab.mercurial-scm.org/D12141
author pacien <pacien.trangirard@pacien.net>
date Fri, 28 Jan 2022 11:45:18 +0100
parents 890273343170
children
line wrap: on
line source

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
}