view tests/histedit-helpers.sh @ 29596:71c197d82b7e

chgserver: reorder functions in chgunixservicehandler This should make it slightly easier to follow the call path.
author Yuya Nishihara <yuya@tcha.org>
date Sun, 22 May 2016 14:05: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
}