view tests/histedit-helpers.sh @ 17744:09d5b2055295

store: add a contains method to basicstore Adds a __contains__ method to basicstore that checks if a file/dir is present in the store
author smuralid
date Thu, 13 Sep 2012 17:00:34 -0700
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"
}