view tests/histedit-helpers.sh @ 31745:33504b54863e

hook: use 'htype' in 'hook' Same rational as for 'runhooks', we fix the naming in another function.
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Fri, 31 Mar 2017 11:06:42 +0200
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
}