HgSccPackage uses the hq.exe client from the mercurial command line. There is a limit on the maximum command line length of ~ 2000 characters in the .Net API used to start an external process (hg.exe).
And since the commit must be atomic, HgSccPackage cannot exit with this error.
You have three options:
- You have the opportunity to check all modified files in the commit window. Then HgSccPackage will call the mercury client to transfer all the files (without passing each of the command line arguments).
- If possible, you can split the commit into smaller logical parts with fewer files.
- If possible, return several files and immediately copy all the rest.
, mercurial- (, list.txt ). .
, HgSccPackage . . , , .
?
?