tests/histedit-helpers.sh
author Bryan O'Sullivan <bryano@fb.com>
Mon, 03 Jun 2013 17:20:45 -0700
changeset 19287 8b04e1344111
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
util: add an optional timestamp parameter to makedate This will be used by the upcoming shelve extension.

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"
}