view tests/histedit-helpers.sh @ 36544:e71a3c0a90b0

templatekw: factor out function to build a list of files per status Removes copy-paste code before switching to the (context, mapping) API.
author Yuya Nishihara <yuya@tcha.org>
date Sun, 25 Feb 2018 16:35:34 +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
}