gecko-dev/python/mozversioncontrol
Mike Hommey c9810b180c Bug 1904903 - Don't let subprocess.check_output munge line endings. r=sheehan
It turns out subprocess functions have the annoying behavior of changing
line endings in `input` when using `text=True` or `universal_newlines=True`,
or even `encoding="utf-8"`. And git fast-import doesn't like `\r\n`.

Differential Revision: https://phabricator.services.mozilla.com/D215158
2024-06-28 02:51:13 +00:00
..
mozversioncontrol Bug 1904903 - Don't let subprocess.check_output munge line endings. r=sheehan 2024-06-28 02:51:13 +00:00
test Bug 1904903 - Don't let subprocess.check_output munge line endings. r=sheehan 2024-06-28 02:51:13 +00:00
.ruff.toml
setup.py