Hi,
How can I find the fixes/changes for Tryton 3.8.11?
Changelog just says 'see mercurial log'. bugs.tryton.org seems not to have an option to search for a version
Thanks--
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/f8a6273a-cf9d-4adb-b32b-553e5661c74d%40googlegroups.com.
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
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.
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 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/9ac3a709-d2df-41de-9f79-481957efd328%40googlegroups.com.
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.
On 2016-11-11 07:52, Axel Braun wrote:
> Is there no way in hg to generate a log of changes, which could be applied
> to the CHANGES-Documentation?
This will not happen: http://keepachangelog.com/