Integrated: 416: Expose committer date in CommitMetadata
Erik Helin
ehelin at openjdk.java.net
Mon Jun 15 13:25:53 UTC 2020
On Mon, 15 Jun 2020 13:00:25 GMT, Erik Helin <ehelin at openjdk.org> wrote:
> Hi all,
>
> please review this patch that removes the `date()` method in `CommitMetadata` and adds `authored()` and `committed()`.
> For Mercurial commits `authored()` will equal `committed()` since Mercurial does not support different author and
> committer dates. Testing:
> - [x] `make test` passes on Linux x64
> - [x] Added a new unit test
>
> Thanks,
> Erik
This pull request has now been integrated.
Changeset: 5397abe4
Author: Erik Helin <ehelin at openjdk.org>
URL: https://git.openjdk.java.net/skara/commit/5397abe4
Stats: 110 lines in 29 files changed: 3 ins; 47 del; 60 mod
416: Expose committer date in CommitMetadata
Reviewed-by: rwestberg
-------------
PR: https://git.openjdk.java.net/skara/pull/664
More information about the skara-dev
mailing list