view tests/histedit-helpers.sh @ 20366:5ec6321f49a9

revset: added substraction to baseset class Added __sub__ method to the baseset class to be able to compare it with other subsets more efficiently.
author Lucas Moscovicz <lmoscovicz@fb.com>
date Thu, 23 Jan 2014 14:20:58 -0800
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"
}