tests/histedit-helpers.sh
author Augie Fackler <augie@google.com>
Wed, 04 May 2016 22:44:30 -0400
branchstable
changeset 29066 e6f490e32863
parent 27350 890273343170
permissions -rw-r--r--
bookmarks: properly invalidate volatile sets when writing bookmarks This corrects a regression introduced during the 3.7 cycle, but which went undetected due to the surviving-but-deprecated write() method on bmstore.

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
}