view tests/histedit-helpers.sh @ 20633:2d183dd54384 stable

phase: say "Returns 0" instead of "Return 0" like other command help
author Yuya Nishihara <yuya@tcha.org>
date Mon, 03 Mar 2014 15:50:45 +0900
parents 35729bdd59b6
children 890273343170
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"
}