Am Donnerstag, 10. November 2016 14:35:46 UTC+1 schrieb Karla Stenger: > > > > 2016-11-10 6:01 GMT-03:00 Axel Braun <coogor...@gmail.com <javascript:>>: > >> Hi Karla >> >> Am Mittwoch, 9. November 2016 21:15:54 UTC+1 schrieb Karla Stenger: >>> >>> >>> >>> 2016-11-09 15:53 GMT-03:00 Axel Braun <coogor...@gmail.com>: >>> >>>> Hi, >>>> How can I find the fixes/changes for Tryton 3.8.11? >>>> >>> >>> Hi Axel, >>> I guess you talk about 3.8.8 >>> >> >> No, I really meant the Tryton-Frontend 3.8.11 >> >> >>> >>> Changelog just says 'see mercurial log'. bugs.tryton.org seems not to >>>> have an option to search for a version >>>> >>> >>> The changelog only shows big changes. Usual bug fixes don't get there, >>> instead they stay in the mercurial log. >>> An option I like using is "hg log -G" and if more detail is needed I add >>> "-v" >>> It shows you a tree where you can see to which branch each bugfix >>> belongs and it's easier to follow the "parents". >>> >>> Besides, at hg.tryton.org you have the mercurial logs in a web format. >>> Try the changeset link from the left menu. Here you can also navigate >>> between "versions" (actually changesets) when you use the "parents" links. >>> >>> You probably want to see the changesets descriptions between tags 3.8.7 >>> (or any prior version) and 3.8.8. >>> >> >> Thanks for your hint! >> I looked in the Web-Frontend for the Tag 3.8.11 and only found >> >> changeset 5034: >> >> 33c846ceaa5d <http://hg.tryton.org/tryton/rev/33c846ceaa5d> 3.8 3.8.11 >> >> which just adds the text >> >> Version 3.8.11 - 2016-11-06* Bug fixes (see mercurial logs for details) >> >> to the changes file. Nothing more. >> So I assume there is some more tricky stuff to do..... >> >> > You just have to look at each changeset between tags 3.8.10 and 3.8.11 > > So, for example, you can start at http://hg.tryton.org/tryton/rev/ > > 33c846ceaa5d and clikc on parents link, each time you click on it you will > be on a different "bug fix". > Keep doing it until you get to "Prepare release 3.8.10" (it's just a > couple of fixes as far as I can see). > Also the "prepare release x.x" and "Add tag x.x on changeset yy" are part > of the release process, so ignore them for your purpose. > > Good luck! >
Yes, luck and endurance is what one would need for such a manual activity... Is there no way in hg to generate a log of changes, which could be applied to the CHANGES-Documentation? Cheers Axel -- You received this message because you are subscribed to the Google Groups "tryton-dev" group. To view this discussion on the web visit https://groups.google.com/d/msgid/tryton-dev/0734a594-f890-4608-b9dd-318de083fe5c%40googlegroups.com.