6786dc742ab95448251d5e0e3ecaf9ffae8caefc
+ Why is the help for --changelog-date-override-file suppressed?
+ Couldn't help but copyedit a few of the parameter docs, nothing major just grammar tweaking:
:param str changelog_date_override_file: if specified, the
path to a file specifying versions of packages with
changelog dates that should be ignored. The publishing
date of the source package data instance should be used
instead. See parse_changelog_date_overrides() for the
required format of the file.
:param datetime.datetime author_date: Overrides the author
date normally parsed from the changelog entry (i.e. for
handling date parsing edge cases). Any sub-second part of
the timestamp is truncated.
:param frozenset(str) changelog_date_overrides: Versions from
the changelog where the changelog's date should be ignored,
and the commit date to be used instead. See the docstring of parse_changelog_date_overrides() for details.
d7fdf25872d4850 51b3810186770a0 46f81673ef
+ LGTM
276593d61b624b5 8fd75e5b7f0597d 13f93473cb
+ LGTM
6786dc742ab9544 8251d5e0e3ecaf9 ffae8caefc date-override- file suppressed?
+ Why is the help for --changelog-
+ Couldn't help but copyedit a few of the parameter docs, nothing major just grammar tweaking:
:param str changelog_ date_override_ file: if specified, the _date_overrides () for the
path to a file specifying versions of packages with
changelog dates that should be ignored. The publishing
date of the source package data instance should be used
instead. See parse_changelog
required format of the file.
:param datetime.datetime author_date: Overrides the author
date normally parsed from the changelog entry (i.e. for
handling date parsing edge cases). Any sub-second part of
the timestamp is truncated.
:param frozenset(str) changelog_ date_overrides: Versions from
parse_ changelog_ date_overrides( ) for details.
the changelog where the changelog's date should be ignored,
and the commit date to be used instead. See the docstring of
Beyond that, everything else looks pretty straightforward.