SF.net SVN: docutils:[9868 ] trunk/sandbox/aa-turner/g it_conversion
aa-turner--- via Docutils-checkins <[email protected]>
| Newsgroups | gmane.text.docutils.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 9868
http://sourceforge.net/p/docutils/code/9868
Author: aa-turner
Date: 2024-08-08 19:30:28 +0000 (Thu, 08 Aug 2024)
Log Message:
-----------
Make some minor refinements to the reposurgeon conversion procedure
- Track history of ``release.sh`` through the sandbox
- Add attribution for r5837
- Fix an overzealous find-and-replace
Modified Paths:
--------------
trunk/sandbox/aa-turner/git_conversion/common_load.lift
trunk/sandbox/aa-turner/git_conversion/docutils.lift
Modified: trunk/sandbox/aa-turner/git_conversion/common_load.lift
===================================================================
--- trunk/sandbox/aa-turner/git_conversion/common_load.lift 2024-08-08 06:58:14 UTC (rev 9867)
+++ trunk/sandbox/aa-turner/git_conversion/common_load.lift 2024-08-08 19:30:28 UTC (rev 9868)
@@ -129,6 +129,9 @@
<2532> filter regex /r2532/r2531\nSubversion-Revision: r2532/c
<2577> filter regex /r2577/r2573\nSubversion-Revision: r2577/c
+# Remove mistake in an overzealous find-and-replace
+<5174> remove docutils/docs/dev/rst/alternatives.txt
+
# Remove test commits (r7802, r7803)
<7802>,<7803> delete commit --quiet
@@ -312,6 +315,8 @@
# https://sourceforge.net/p/docutils/patches/
# and the commit history.
+<5837> attribution append "Jeffrey Jacobs" [email protected]
+
<7679> attribution append "Takayuki SHIMIZUKAWA" [email protected]
<7681> attribution append "Takayuki SHIMIZUKAWA" [email protected]
Modified: trunk/sandbox/aa-turner/git_conversion/docutils.lift
===================================================================
--- trunk/sandbox/aa-turner/git_conversion/docutils.lift 2024-08-08 06:58:14 UTC (rev 9867)
+++ trunk/sandbox/aa-turner/git_conversion/docutils.lift 2024-08-08 19:30:28 UTC (rev 9868)
@@ -29,6 +29,7 @@
path rename "sandbox/infrastructure/(.*)" "docutils/infrastructure/\1" --force
path rename "sandbox/davidg/infrastructure/(.*)" "docutils/infrastructure/\1" --force
path rename "sandbox/enhancement-proposals/(.*)" "docutils/docs/dev/enhancement-proposals/\1" --force
+path rename "sandbox/(?:f|felix)wiemann/release.sh" "docutils/infrastructure/release.sh" --force
# Delete everything else in the root
expunge --notagify /^(prest|sandbox|web|web_docstring|web_structuredtext)\/.*$/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.