##// END OF EJS Templates
configitems: register 'ui.interactive'...
configitems: register 'ui.interactive' That item default value is a bit special (None) so this adds a second proof that everything is still working fine.

File last commit:

r27350:89027334 default
r33061:c41cbe98 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
}