Skip to content
Snippets Groups Projects
Commit f173c2c23289 authored by kiilerix's avatar kiilerix
Browse files

vfs: handle shutil.rmtree deprecation of onerror in Python 3.12

Tests would fail with warnings:

  .../mercurial/vfs.py:289: DeprecationWarning: onerror argument is deprecated, use onexc instead

The excinfo changed slightly, but we don't use it anyway.
parent a2df74853f8d
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment