tests/histedit-helpers.sh
author Nathan Goldbaum <ngoldbau@ucsc.edu>
Fri, 09 Oct 2015 12:25:51 -0500
changeset 26600 e8497889edab
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
setup: import setup from setuptools if FORCE_SETUPTOOLS is set This should allow easier experimentation with using setuptools in mercurial's build automation, without breaking anything that currently depends on distutils behavior

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"
}