##// END OF EJS Templates
tests: fix test-sparse-revlog...
tests: fix test-sparse-revlog This one is not covered by the CIbecause I requires an expensive artifact to be cached. So it goes out of think on regular basis (we should fix that…) The test ouput was affected by e706bb41fdb3 as we filtering now happens sooner, removing for the output.

File last commit:

r27350:89027334 default
r50521:da636e7a default
Show More
histedit-helpers.sh
7 lines | 229 B | application/x-sh | BashLexer
/ tests / histedit-helpers.sh
Augie Fackler
histedit: new extension for interactive history editing
r17064 fixbundle() {
grep -v 'saving bundle' | grep -v 'saved backup' | \
grep -v added | grep -v adding | \
grep -v "unable to find 'e' for patching" | \
timeless
tests: histedit-helpers fixbundle should not complain about no input
r27350 grep -v "e: No such file or directory" | \
cat
Augie Fackler
histedit: new extension for interactive history editing
r17064 }