view tests/histedit-helpers.sh @ 47307:13dd5bb5492a

transaction: trivial refactoring Differential Revision: https://phab.mercurial-scm.org/D10714
author Valentin Gatien-Baron <valentin.gatienbaron@gmail.com>
date Sun, 16 May 2021 10:57:14 -0400
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
}