view tests/histedit-helpers.sh @ 18315:216230643ae2

filecache: allow filecacheentry to be created without stating in __init__ Will be used for properties that are set without getting them first.
author Idan Kamara <idankk86@gmail.com>
date Thu, 10 Jan 2013 23:54:53 +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"
}