RFR: vcs: add support for Mercurial 5.3
Robin Westberg
rwestberg at openjdk.java.net
Fri Feb 14 08:37:50 UTC 2020
On Fri, 14 Feb 2020 08:29:32 GMT, Erik Helin <ehelin at openjdk.org> wrote:
> Hi all,
>
> please review this patch that adds support for Mercurial 5.3. Mercurial changed its internal API slightly for 5.3, see [here](https://phab.mercurial-scm.org/D7406) for the relevant commit. The fix is simple, just make a `tuple` for the returned value `repo.status`.
>
> Testing:
> - `make test` with _both_ hg 4.9 and 5.3
>
> Thanks,
> Erik
Great, let's see if the mac build is happy now.
-------------
PR: https://git.openjdk.java.net/skara/pull/438
More information about the skara-dev
mailing list