tests/histedit-helpers.sh
author Arseniy Alekseyev <aalekseyev@janestreet.com>
Tue, 07 Dec 2021 18:12:13 +0000
changeset 48496 1fb3615dfce2
parent 27350 890273343170
permissions -rw-r--r--
rhg: centralize index header parsing Centralize index header parsing, parse the generaldelta flag, and leave breadcrumbs to relate the code to python. Differential Revision: https://phab.mercurial-scm.org/D11881

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
}