With shell=False, the logtoprocess script will not be parsed by a shell and
we won't be able to pass arguments in logtoprocess configuration. Add a new
option logtoprocess.parsescript that calls shlex.split on the script so we
can pass arguments. As shlex.split is only designed for POSIX system, this
option have no impact on Windows.
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped