tests/histedit-helpers.sh
author Matt Mackall <mpm@selenic.com>
Fri, 01 Aug 2014 18:22:56 -0500
branchstable
changeset 21974 76b74ea7ac58
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
Added tag 3.1 for changeset 3178e4989202

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