Integrated: 1934: Update ext.py to make test compatible with Mercurial6.4
Zhao Song
zsong at openjdk.org
Wed Jun 7 16:52:05 UTC 2023
On Tue, 6 Jun 2023 21:58:48 GMT, Zhao Song <zsong at openjdk.org> wrote:
> Recently, I updated my mercurial version to 6.4 and `RepositoryTests#testRemoteBranches` started to fail.
>
> After investigation, I found that `ui.expandpath` is deprecated and removed. To make our tests compatible with latest mercurial, we need to update method `ls_remote` in ext.py.
>
> References:
> [1]:https://www.mail-archive.com/mercurial-devel@mercurial-scm.org/msg58072.html
> [2]:https://github.com/phacility/arcanist/commit/0fc22183e796fb8ac2e3a0a3f3f37aa964c6d7fa
This pull request has now been integrated.
Changeset: e378bd6e
Author: Zhao Song <zsong at openjdk.org>
URL: https://git.openjdk.org/skara/commit/e378bd6e6c6b1bb51e8c47d2750071032975995c
Stats: 8 lines in 1 file changed: 6 ins; 0 del; 2 mod
1934: Update ext.py to make test compatible with Mercurial6.4
Reviewed-by: erikj
-------------
PR: https://git.openjdk.org/skara/pull/1526
More information about the skara-dev
mailing list