##// END OF EJS Templates
tests: remove bundle2 activation from test-hook.t...
tests: remove bundle2 activation from test-hook.t This is an old config that predate bundle2 on by default. This should have been remove after Mercurail 3.6 got released.

File last commit:

r27350:89027334 default
r29655:b55bfbb9 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
}