view tests/histedit-helpers.sh @ 42801:1a535313ad1b

rust-dirstate: remove excessive clone() of parameter and return value I think pass-by-ref is preferred in general.
author Yuya Nishihara <yuya@tcha.org>
date Sat, 17 Aug 2019 16:33:05 +0900
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
}