##// END OF EJS Templates
commands: create a "mercurial.cmd_impls" module to host graft...
commands: create a "mercurial.cmd_impls" module to host graft The "mercurial.commands" have been overweight for a while. We create a namespace dedicated to host smaller modules containing code revelant to a specific command. This should result in more isolated snd manageable module. We start with moving the code for "hg graft" in "mercurial.cmd_impls.graft" before doing more work on it. Since that code was about 5% of "commands.py" this seems like a success.

File last commit:

r50501:4092db99 stable
r53225:f2fc0a91 default
Show More
requirements-windows.txt.in
23 lines | 507 B | text/plain | TextLexer
/ contrib / packaging / requirements-windows.txt.in
# Declare Windows-specific requirements for generating
# the compiled (frozen) set of requirements in
# ./requirements-windows-py3.txt.
# If run on Windows, it may be necessary to run dos2unix
# on the output file to replace any CRLF newlines with LF.
docutils
dulwich
# Needed by the release note tooling
fuzzywuzzy
keyring
pygit2
pygments
# Needed by the phabricator tests
pytest-vcr
# Need to list explicitly so dependency gets pulled in when
# not running on Windows.
pywin32-ctypes
windows-curses