# HG changeset patch # User Sebastien Jodogne # Date 1607769498 -3600 # Node ID 4efcffb747c4f6fa6e7ca46404016e6f3044eec2 # Parent 8d6e94423004167f24c1e4d0532e1cae4aa10a23 cont diff -r 8d6e94423004 -r 4efcffb747c4 Sphinx/source/developers/repositories.rst --- a/Sphinx/source/developers/repositories.rst Sat Dec 12 11:36:40 2020 +0100 +++ b/Sphinx/source/developers/repositories.rst Sat Dec 12 11:38:18 2020 +0100 @@ -199,8 +199,9 @@ NB: If the ``hg export`` command was run on Microsoft Windows, one might have to convert the end-of-lines from DOS (CR/LF) to UNIX (LF -only) using the ``dos2unix`` command, before running ``hg import``. -Otherwise, errors like ``Hunk #1 FAILED`` might show up. +only) using the ``dos2unix`` command on the patch file, before running +``hg import``. Otherwise, errors like ``Hunk #1 FAILED`` might show +up. .. _hg-bundle: