mirror of
https://github.com/frej/fast-export.git
synced 2026-07-06 13:47:26 +02:00
Merge branch 'frej/gh338'
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user