tests/histedit-helpers.sh
author Georges Racinet <georges.racinet@octobus.net>
Mon, 03 Apr 2023 16:29:30 +0200
changeset 50453 3894763d92f8
parent 27350 890273343170
permissions -rw-r--r--
rustdoc: nodemap doc refreshing Not pretending to be comprehensive. - correcting some inconsistencies - adding a few missing doc-comments - adding more cross references (in some cases it's right beside the current documentation item, but it will nevertheless also be useful, because `rustdoc` will warn us if inconsistencies arise).

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
}