tests/histedit-helpers.sh
author Siddharth Agarwal <sid0@fb.com>
Sat, 24 Oct 2015 15:56:16 -0700
changeset 26847 9f16787cbefd
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
util: drop Python 2.4 compat by directly importing md5 and sha1 There's been a fair amount of cruft here over the years, which we can all just get rid of now.

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