tests/histedit-helpers.sh
author Pierre-Yves David <pierre-yves.david@fb.com>
Thu, 01 Oct 2015 19:14:47 -0700
changeset 26509 83d82fbefccb
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
changegroup: add version argument to getchangegroup For some obscure reasons (probably upsetting a Greek goddess), getchangegroup did not had a 'version' argument to control the changegroup version. We fixes this to allow cg02 to be used with 'hg bundle' in the future.

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