##// END OF EJS Templates
revlog: add a stronger test for raw processing...
revlog: add a stronger test for raw processing There are some issues about revlog raw processing (flag processor). The test is relatively strong covering many cases. It will verify fixes.

File last commit:

r27350:89027334 default
r31748:985de02b default
Show More
histedit-helpers.sh
7 lines | 229 B | application/x-sh | BashLexer
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" | \
cat
}