tests/histedit-helpers.sh
author Chris Jerdonek <chris.jerdonek@gmail.com>
Sun, 22 Dec 2013 21:27:00 -0800
changeset 20199 d87ed25733a1
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
import-checker: backout 40f79b9a2cc8 (issue4129) This patch backs out 40f79b9a2cc8, which caused test-module-imports.t to be skipped when the test was run using virtualenv. Since the test now passes when using virtualenv, the skip is no longer necessary.

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