tests/histedit-helpers.sh
author Alexander Plavin <alexander@plav.in>
Sun, 10 Nov 2013 18:05:53 +0400
changeset 20021 4830763f825c
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
hgweb: remove unused argument of entries function in filelog This doesn't change the behavior as the argument wasn't used anyway.

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"
}