view tests/histedit-helpers.sh @ 19000:eaf146e811a4

largefiles: refactoring - use findfile in localstore._getfile
author Mads Kiilerich <madski@unity3d.com>
date Mon, 15 Apr 2013 23:35:43 +0200
parents 35729bdd59b6
children 890273343170
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"
}