Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/external/public-domain/tz



Module Name:    src
Committed By:   kre
Date:           Tue Sep 15 12:21:45 UTC 2026

Modified Files:
        src/external/public-domain/tz: tzdata2netbsd

Log Message:
tzdata2netbsd - hg repo processing updates (mostly)

More updates to handle using mercurial as the repo, rather than cvs.
Mostly related to my gradual learning process of dealing with merges
and conflicts from the merge, correctly, using hg instead of cvs.

This also separated the merge from an attempt to update the sets list
at the same time (when an update is needed, which is rare), and (for
hg only) commit both in a single transaction, which would be ideal,
as if a rollback is needed, both parts need to be rolled back.  But
it doesn't seem as if that is possible (or not without treating the
sets list as files to also be merged, which would have its own issues).

The only change here that affects usage when using a cvs repo, is that
the doc/3RDPARTY update now also updates the Date: field of the tz*
block, along with the Version (and if needed, Current-Version) field(s).


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/external/public-domain/tz/tzdata2netbsd

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index