tests/histedit-helpers.sh
author Bryan O'Sullivan <bryano@fb.com>
Sat, 09 Feb 2013 21:24:24 +0000
changeset 18611 18c2184c27dc
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
merge: rename p1 to wctx in manifestmerge This is always a workingctx, and this name is more in line with other functions in this module.

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