Show More
@@ -502,7 +502,7 b' def has_system_sh():' | |||
|
502 | 502 | |
|
503 | 503 | @check("serve", "platform and python can manage 'hg serve -d'") |
|
504 | 504 | def has_serve(): |
|
505 | return os.name != 'nt' # gross approximation | |
|
505 | return True | |
|
506 | 506 | |
|
507 | 507 | @check("test-repo", "running tests from repository") |
|
508 | 508 | def has_test_repo(): |
General Comments 0
You need to be logged in to leave comments.
Login now