view tests/histedit-helpers.sh @ 29392:f21286e48bc6

atomictempfile: remove test ordering These tests are independent and numbering only makes it harder to add more and logically group them.
author Martijn Pieters <mjpieters@fb.com>
date Thu, 23 Jun 2016 18:18:33 +0100
parents 890273343170
children
line wrap: on
line source

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