tests/histedit-helpers.sh
author Matt Mackall <mpm@selenic.com>
Thu, 08 May 2014 11:11:27 -0500
changeset 21276 25b7c760235a
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
tests: fix test failure on vfat It can't handle filenames with spaces. We don't have a good hghave test for this, so we wrap it with unix-permissions.

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