view tests/histedit-helpers.sh @ 19423:5046fede7684

gendoc: rename to showdoc from show_doc This function prints hg.1.gendoc.txt content.
author Takumi IINO <trot.thunder@gmail.com>
date Wed, 03 Jul 2013 21:49:37 +0900
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"
}