Submitter | Matt Harbison |
---|---|
Date | June 16, 2017, 3:58 a.m. |
Message ID | <6b3ae1f8640922b49467.1497585527@Envy> |
Download | mbox | patch |
Permalink | /patch/21419/ |
State | Accepted |
Headers | show |
Comments
On Thu, 15 Jun 2017 23:58:47 -0400, Matt Harbison wrote: > # HG changeset patch > # User Matt Harbison <matt_harbison@yahoo.com> > # Date 1494183520 14400 > # Sun May 07 14:58:40 2017 -0400 > # Node ID 6b3ae1f8640922b49467a52f197bc1014b3f34ff > # Parent 29558247b00eff8c95c7604032b59cfbab34010d > hghave: enable 'serve' on Windows Queued, thanks.
Patch
diff --git a/tests/hghave.py b/tests/hghave.py --- a/tests/hghave.py +++ b/tests/hghave.py @@ -502,7 +502,7 @@ @check("serve", "platform and python can manage 'hg serve -d'") def has_serve(): - return os.name != 'nt' # gross approximation + return True @check("test-repo", "running tests from repository") def has_test_repo():