view tests/histedit-helpers.sh @ 31191:3c3ab84e6e78

fileset: extract function that builds status tuple only if necessary This function will be used to recalculate status when mctx.ctx is switched.
author Yuya Nishihara <yuya@tcha.org>
date Sat, 24 Jan 2015 19:13:39 +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
}