tests/histedit-helpers.sh
author Yuya Nishihara <yuya@tcha.org>
Tue, 01 Dec 2020 19:32:36 +0900
changeset 46041 9c0db3671008
parent 27350 890273343170
permissions -rw-r--r--
log: do not override other filtering and sorting options by --bookmark This basically reimplements 0aa118f18d4b 'log: add bookmark option to "hg log"'. Before, any other filtering options but --rev were ignored. -G didn't work either since the ordering constraint wasn't enforced.

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
}