view tests/histedit-helpers.sh @ 27632:9fea6b38a8da

streamclone: use read() We have a convenience API for reading the full contents of a file. Use it.
author Gregory Szorc <gregory.szorc@gmail.com>
date Sat, 02 Jan 2016 15:14:55 -0800
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
}