Merge branch 'frej/gh338'

This commit is contained in:
Frej Drejhammar
2025-06-05 16:53:33 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ on:
jobs:
test-earliest:
name: Run test suite on the earliest supported Python version
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4

View File

@@ -539,7 +539,7 @@ def hg2git(repourl,m,marksfile,mappingfile,headsfile,tipfile,
if len(state_cache) != 0:
for (name, data) in [(marksfile, old_marks),
(mappingfile, mapping_cache),
(headsfile, state_cache)]:
(headsfile, heads_cache)]:
check_cache(name, data)
ui,repo=setup_repo(repourl)