tests/histedit-helpers.sh
author Siddharth Agarwal <sid0@fb.com>
Tue, 07 May 2013 14:20:34 -0700
changeset 19175 63f7bd2e1a46
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
dirstate._walkexplicit: inline dirsnotfound.append

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