view tests/histedit-helpers.sh @ 26297:ccdc2b23fdb8

debian: configuration so that cacerts is properly loaded This will be included in the mercurial-common package in a followup patch.
author Augie Fackler <augie@google.com>
date Tue, 22 Sep 2015 14:31:17 -0400
parents 35729bdd59b6
children 890273343170
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"
}