view tests/histedit-helpers.sh @ 46222:e22aed089567

upgrade: migrated -> upgraded in ui messages Differential Revision: https://phab.mercurial-scm.org/D9676
author Pulkit Goyal <7895pulkit@gmail.com>
date Thu, 31 Dec 2020 19:42:10 +0530
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
}