##// END OF EJS Templates
narrow: add progress-reporting when looking for local changes in `hg tracked`...
narrow: add progress-reporting when looking for local changes in `hg tracked` Looking for local changes (changes not on the given remote) can take a long time, so we should have progress-reporting for it. Differential Revision: https://phab.mercurial-scm.org/D10501

File last commit:

r47036:e74274fc default
r47789:1e761c1c default
Show More
requirements-windows.txt.in
11 lines | 316 B | text/plain | TextLexer
/ contrib / packaging / requirements-windows.txt.in
Gregory Szorc
contrib: split Windows requirements into multiple files...
r46344 docutils
# Pinned to an old version because 0.20 drops Python 3 compatibility.
dulwich < 0.20 ; python_version <= '2.7'
dulwich ; python_version >= '3'
keyring
Matt Harbison
packaging: add pygit2 to the py3 Windows installers...
r46596 pygit2 ; python_version >= '3'
Gregory Szorc
contrib: split Windows requirements into multiple files...
r46344 pygments
# Need to list explicitly so dependency gets pulled in when
# not running on Windows.
pywin32-ctypes
Matt Harbison
packaging: include `windows-curses` on Windows...
r47036 windows-curses