tests/histedit-helpers.sh
author Arun Kulshreshtha <akulshreshtha@janestreet.com>
Wed, 26 Apr 2023 15:31:02 -0400
branchstable
changeset 50361 668a871454e8
parent 27350 890273343170
permissions -rw-r--r--
rhg: don't print copy source when --no-status is passed

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
}