view tests/histedit-helpers.sh @ 41104:247f51cfc668

rust: use .rev() for reverse range Differential Revision: https://phab.mercurial-scm.org/D5450
author Yuya Nishihara <yuya@tcha.org>
date Tue, 18 Dec 2018 22:12:16 +0900
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
}