comparison contrib/packaging/requirements-windows.txt.in @ 46318:e74274fc1b35

packaging: include `windows-curses` on Windows Otherwise the interface degrades to the old hunk selection method on Windows when `ui.tweakdefaults=1`. I've been using this for a couple of months without any issues, other than it seems to toggle off edit mode for the terminal when run through MSYS. Using cmd.exe seems to work fine. Differential Revision: https://phab.mercurial-scm.org/D9805
author Matt Harbison <matt_harbison@yahoo.com>
date Tue, 01 Dec 2020 21:51:41 -0500
parents d26497811ed9
children 72c3b47d1557
comparison
equal deleted inserted replaced
46317:d0225a22040c 46318:e74274fc1b35
6 pygit2 ; python_version >= '3' 6 pygit2 ; python_version >= '3'
7 pygments 7 pygments
8 # Need to list explicitly so dependency gets pulled in when 8 # Need to list explicitly so dependency gets pulled in when
9 # not running on Windows. 9 # not running on Windows.
10 pywin32-ctypes 10 pywin32-ctypes
11 windows-curses