tests/histedit-helpers.sh
author timeless@mozdev.org
Thu, 17 Sep 2015 07:49:18 -0400
changeset 26261 8fb92ff63ccf
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
tests: check for inconsistently translated DEPRECATED Mercurial expects DEPRECATED to be translated consistently, not doing that breaks Mercurial.

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