changeset 559:4efcffb747c4

cont
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 12 Dec 2020 11:38:18 +0100
parents 8d6e94423004
children 5c0dfc863884
files Sphinx/source/developers/repositories.rst
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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: