tests/histedit-helpers.sh
author Pierre-Yves David <pierre-yves.david@fb.com>
Fri, 23 May 2014 20:23:54 -0700
changeset 21612 f221eb0531d9
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
bundle2: expose mandatory params in a mandatorykeys attribute We expose all keys that MUST be processed in ``part.mandatorykeys``. This makes it much easier to access the information. Enforcement of the mandatory parameters is coming in later changesets.

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