Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
mercurial-devel
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mercurial
mercurial-devel
Merge requests
!1016
Python 3.12 fixes
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Python 3.12 fixes
topic/stable/py3.12-fixes
into
branch/stable
Overview
1
Commits
2
Pipelines
1
Changes
2
Merged
Raphaël Gomès
requested to merge
topic/stable/py3.12-fixes
into
branch/stable
5 months ago
Overview
1
Commits
2
Pipelines
1
Changes
2
Expand
0
0
Merge request reports
Compare
branch/stable
branch/stable (base)
and
latest version
latest version
f8c18a5a
2 commits,
5 months ago
2 files
+
4
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
tests/test-lfs-serve-access.t
+
2
−
0
Options
@@ -84,6 +84,7 @@
$
hg
-
R
httpclone
update
default
--
config
lfs
.
url
=
http:
//local
host:$HGPORT2
/
missing
abort:
LFS
error:
*onnection
*refused
*
(
glob
)
(?)
abort:
LFS
error:
$ECONNREFUSED
$
(?)
abort:
LFS
error:
$EADDRNOTAVAIL
$
(
glob
)
(?)
abort:
LFS
error:
No
route
to
host
(?)
(
the
"
lfs.url
"
config
may
be
used
to
override
http:
//local
host:$HGPORT2
/
missing
)
@@ -364,6 +365,7 @@
self.do_write()
self.do_hgweb()
for chunk in self.server.application(env, self._start_response):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (py312 !)
for r in self._runwsgi(req, res, repo):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (py311 !)
handled = wireprotoserver.handlewsgirequest( (py38 !)
Loading