equal
deleted
inserted
replaced
662 installhg(options) |
662 installhg(options) |
663 _checkhglib("Testing") |
663 _checkhglib("Testing") |
664 |
664 |
665 optcopy = dict(options.__dict__) |
665 optcopy = dict(options.__dict__) |
666 optcopy['jobs'] = 1 |
666 optcopy['jobs'] = 1 |
|
667 del optcopy['blacklist'] |
667 if optcopy['with_hg'] is None: |
668 if optcopy['with_hg'] is None: |
668 optcopy['with_hg'] = os.path.join(BINDIR, "hg") |
669 optcopy['with_hg'] = os.path.join(BINDIR, "hg") |
669 optcopy.pop('anycoverage', None) |
670 optcopy.pop('anycoverage', None) |
670 |
671 |
671 opts = [] |
672 opts = [] |