tests/histedit-helpers.sh
author Matt Mackall <mpm@selenic.com>
Thu, 27 Feb 2014 14:01:52 -0600
changeset 20573 02d0d3aa42e3
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
config: add example config file when -e called with no config

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