view tests/histedit-helpers.sh @ 20749:c3e49b127de0

revset: added _orderedsetmixin class This class has utility methods for any ordered class to get the min and the max values.
author Lucas Moscovicz <lmoscovicz@fb.com>
date Wed, 12 Mar 2014 16:40:18 -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"
}