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
!1034
merge stable into default (again, to hopefully have 3.13 green)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
merge stable into default (again, to hopefully have 3.13 green)
topic/default/branching
into
branch/default
Overview
1
Commits
5
Pipelines
1
Changes
4
Merged
Pierre-Yves David
requested to merge
topic/default/branching
into
branch/default
5 months ago
Overview
1
Commits
5
Pipelines
1
Changes
4
Expand
0
0
Merge request reports
Compare
branch/default
version 1
e08c878b
5 months ago
branch/default (base)
and
latest version
latest version
e08c878b
5 commits,
5 months ago
version 1
e08c878b
13 commits,
5 months ago
4 files
+
15
−
15
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
mercurial/wireprototypes.py
+
1
−
1
Options
@@ -417,7 +417,7 @@
)
%
config
,
hint
=
_
(
b
'
usable compression engines: %s
'
)
%
b
'
,
'
.
sorted
(
validnames
),
# pytype: disable=attribute-error
%
b
'
,
'
.
join
(
sorted
(
validnames
)
)
,
)
return
compengines
Loading