Author: rinrab Date: Sun May 18 19:01:39 2025 New Revision: 1925684 URL: http://svn.apache.org/viewvc?rev=1925684&view=rev Log: On the 'xpatch' branch: Fix typo in BRANCH-README.
Modified: subversion/branches/xpatch/BRANCH-README Modified: subversion/branches/xpatch/BRANCH-README URL: http://svn.apache.org/viewvc/subversion/branches/xpatch/BRANCH-README?rev=1925684&r1=1925683&r2=1925684&view=diff ============================================================================== --- subversion/branches/xpatch/BRANCH-README (original) +++ subversion/branches/xpatch/BRANCH-README Sun May 18 19:01:39 2025 @@ -5,7 +5,7 @@ This is a branch to experiment with xpat - [ ] Design xpatch format - [ ] Implement xpatch parser/writer based on the format - [ ] Finish-out the apply-processor, for later usage inside of this branch -- [ ] Connect all together; The patch-file routins, working copy diff +- [ ] Connect all together; The patch-file routines, working copy diff processors and the cmdline interface. - [ ] Profit!