tests/histedit-helpers.sh
author Brodie Rao <brodie@sf.io>
Mon, 16 Sep 2013 01:08:29 -0700
changeset 20186 f5b461a4bc55
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
branchmap: introduce branchtip() method

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