view tests/histedit-helpers.sh @ 39304:fc54a290b4b0

bookmarks: adjust exception type so present(bookmark(.)) works as expected
author Yuya Nishihara <yuya@tcha.org>
date Sat, 25 Aug 2018 20:19:27 +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
}