view tests/histedit-helpers.sh @ 38581:6467286b829c

match: remove ctx argument from code path down to _buildmatch() 'ctx' was there only for filesets.
author Yuya Nishihara <yuya@tcha.org>
date Tue, 12 Jun 2018 22:01:59 +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
}