view tests/histedit-helpers.sh @ 30826:923336cf8b8a

hgweb: simplify calculation of first revision in filelog command
author Denis Laxalde <denis.laxalde@logilab.fr>
date Tue, 17 Jan 2017 09:19:24 +0100
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
}