diff 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
line wrap: on
line diff
--- a/contrib/packaging/requirements-windows.txt.in	Sat Jan 16 20:15:10 2021 -0500
+++ b/contrib/packaging/requirements-windows.txt.in	Tue Dec 01 21:51:41 2020 -0500
@@ -8,3 +8,4 @@
 # Need to list explicitly so dependency gets pulled in when
 # not running on Windows.
 pywin32-ctypes
+windows-curses