Might as well pick up the test coverage if it works as-is.
Details
Details
- Reviewers
pulkit - Group Reviewers
hg-reviewers - Commits
- rHGef771d329961: hghave: adjust the definition of `tic` to allow curses tests on Windows
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Branch
- default
- Lint
No Linters Available - Unit
No Unit Test Coverage
Event Timeline
Comment Actions
Shouldn't this patch be checking for the existence of the windows_curses package instead?
Comment Actions
I don't think so. The only files pip install windows_curses creates besides *.dist-info/ are _curses.pyd and _curses_panel.pyd. With these in place, I can import curses in a python REPL, but I can't import windows_curses. (On a related note, I probably need to fix the py2exe config to include this, because I'm seeing explicit includes are needed for the thg installer.)