view tests/histedit-helpers.sh @ 32359:dc51700be00c

osutil: add version to help detect breaking binary changes See the previous patch for why.
author Jun Wu <quark@fb.com>
date Tue, 25 Apr 2017 17:36:59 -0700
parents 890273343170
children
line wrap: on
line source

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