tests/histedit-helpers.sh
author Matt Mackall <mpm@selenic.com>
Wed, 18 Jul 2012 19:08:25 -0500
branchstable
changeset 17225 a06e2681dd17
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
merge default into stable for 2.3 code freeze

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