view tests/histedit-helpers.sh @ 51686:37a079410507 stable tip

rust: bump rust-cpython version to 0.7.2 This version supports Python 3.12 while 0.7.1 did not.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Tue, 17 Sep 2024 16:40:24 +0200
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
}