view tests/histedit-helpers.sh @ 44392:efd73cdcfbac

relnotes: move entry to the right spot It appears a conflict resolution went wrong. Differential Revision: https://phab.mercurial-scm.org/D8151
author Valentin Gatien-Baron <vgatien-baron@janestreet.com>
date Wed, 26 Feb 2020 10:56:27 -0500
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
}