tests/histedit-helpers.sh
author Matt Harbison <matt_harbison@yahoo.com>
Fri, 02 Feb 2018 23:20:55 -0500
changeset 35906 cd2342302928
parent 27350 890273343170
permissions -rw-r--r--
bookmarks: drop deprecated methods (API) The ProgrammingError prevents accidental usage of the dict base class methods. .. api:: The following deprecated methods have been removed from bookmarks: __setitem__(), __delitem__(), update(), and recordchange(). Use bookmarks.applychanges() instead.

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
}