##// END OF EJS Templates
configitems: change the `verify.skipflags` default value to avoid a py3 crash...
Matt Harbison -
r50418:a5f551f8 stable
parent child Browse files
Show More
@@ -2543,7 +2543,7 b' coreconfigitem('
2543 coreconfigitem(
2543 coreconfigitem(
2544 b'verify',
2544 b'verify',
2545 b'skipflags',
2545 b'skipflags',
2546 default=None,
2546 default=0,
2547 )
2547 )
2548 coreconfigitem(
2548 coreconfigitem(
2549 b'web',
2549 b'web',
General Comments 0
You need to be logged in to leave comments. Login now