| | 333 | |
| | 334 | ==== Notes On Conversion ==== |
| | 335 | |
| | 336 | Currently using Tailor. Problems encountered: |
| | 337 | |
| | 338 | * Darcs outputs XML without an encoding header. Patched Tailor to append Latin-1 encoding to the XML output. This will be sent to the tailor author |
| | 339 | * In hg.py, replace the line {{{self._hgCommand('tag', tag)}}} with {{{self._hgCommand('tag', tag, force=True)}}} because we seem to be trying to apply duplicate tags at some points. Don't know quite how this is possible! |
| | 340 | * MUST USE the seperate-subdir mode of Tailor because we have some tricky Darcs patches. I've added my scripts to http://www.selenic.com/mercurial/wiki/index.cgi/Tailor#preview |
| | 341 | * No support for author remapping in Tailor yet. I've added it and I'm going to submit the patch to the Tailor author |