Changelog available here
Signed-off-by: Pierre-Yves <pyu@riseup.net>
Differential D2340
Update fossil to 2.5 Authored by kyrios123 on Feb 20 2018, 2:00 PM. Tags None Referenced Files
Subscribers
Details
Changelog available here Signed-off-by: Pierre-Yves <pyu@riseup.net> Clone a repository and tried a few commands as explained on the quick start guide
Diff Detail
Event TimelineComment Actions Better to get changelog from https://www.fossil-scm.org/xfer/doc/trunk/www/changes.wiki Also nuke the newline at the end of package.yml. Comment Actions Just to be clear, I don't think this is what I intended with the blank line comment. What I meant was files should end on a new line My issue was with files like this (which only really happened in 'release : 1' with some of the old python packages): What I would consider to be correct is this: This patch seems to add an extra line to make it out to line 22 which wasn't my intention Comment Actions @kyrios123 please confirm you have read above, there's no need to add additional lines to the bottom of files in 99.9% of cases (almost all of incorrect files were fixed in the python update). Using the tools to update, or make bump will fix the files without having to add it manually. Comment Actions I confirm I have read your comment but I have already added a blank line at the Got it, I removed my script that adds a blank line at eof if there isn't one already. |