RFR: 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
Thanks for the review!
-------------
PR Comment: https://git.openjdk.org/skara/pull/1526#issuecomment-1581190963
More information about the skara-dev
mailing list