comparison Sphinx/source/developers/repositories.rst @ 559:4efcffb747c4

cont
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 12 Dec 2020 11:38:18 +0100
parents 8d6e94423004
children 1248dadca1cd
comparison
equal deleted inserted replaced
558:8d6e94423004 559:4efcffb747c4
197 $ hg up -c default 197 $ hg up -c default
198 $ hg import /tmp/contribution.patch 198 $ hg import /tmp/contribution.patch
199 199
200 NB: If the ``hg export`` command was run on Microsoft Windows, one 200 NB: If the ``hg export`` command was run on Microsoft Windows, one
201 might have to convert the end-of-lines from DOS (CR/LF) to UNIX (LF 201 might have to convert the end-of-lines from DOS (CR/LF) to UNIX (LF
202 only) using the ``dos2unix`` command, before running ``hg import``. 202 only) using the ``dos2unix`` command on the patch file, before running
203 Otherwise, errors like ``Hunk #1 FAILED`` might show up. 203 ``hg import``. Otherwise, errors like ``Hunk #1 FAILED`` might show
204 up.
204 205
205 206
206 .. _hg-bundle: 207 .. _hg-bundle:
207 208
208 Exchanging a bundle 209 Exchanging a bundle