Show More
@@ -413,6 +413,10 b' def parseargs(args, parser):' | |||||
413 | parser.error('--chg does not work when --with-hg is specified ' |
|
413 | parser.error('--chg does not work when --with-hg is specified ' | |
414 | '(use --with-chg instead)') |
|
414 | '(use --with-chg instead)') | |
415 |
|
415 | |||
|
416 | if options.color == 'always' and not pygmentspresent: | |||
|
417 | sys.stderr.write('warning: --color=always ignored because ' | |||
|
418 | 'pygments is not installed\n') | |||
|
419 | ||||
416 | global useipv6 |
|
420 | global useipv6 | |
417 | if options.ipv6: |
|
421 | if options.ipv6: | |
418 | useipv6 = checksocketfamily('AF_INET6') |
|
422 | useipv6 = checksocketfamily('AF_INET6') |
General Comments 0
You need to be logged in to leave comments.
Login now