tests/histedit-helpers.sh
author Siddharth Agarwal <sid0@fb.com>
Fri, 28 Dec 2012 14:46:58 -0800
changeset 18169 ae663cba9a8d
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
cmdutil: make getgraphlogrevs return revs in descending order

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