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
!1309
nightly-build: attempt to no longer choke on existing file
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
nightly-build: attempt to no longer choke on existing file
topic/stable/fix-nighlty-upload
into
branch/stable
Overview
1
Commits
2
Pipelines
2
Changes
2
Merged
Pierre-Yves David
requested to merge
topic/stable/fix-nighlty-upload
into
branch/stable
1 week ago
Overview
1
Commits
2
Pipelines
2
Changes
2
Expand
0
0
Merge request reports
Viewing commit
771706c5
Prev
Next
Show latest version
2 files
+
21
−
10
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
771706c5
tests: pygments 2.19+ highlight more whitespace in python code
· 771706c5
Anton Shestakov
authored
3 weeks ago
Let's repeat
42baf12efd21
.
tests/hghave.py
+
3
−
1
Options
@@ -666,7 +666,9 @@
return
0
,
0
@checkvers
(
"
pygments
"
,
"
Pygments version >= %s
"
,
(
'
2.5
'
,
'
2.11
'
,
'
2.14
'
))
@checkvers
(
"
pygments
"
,
"
Pygments version >= %s
"
,
(
'
2.5
'
,
'
2.11
'
,
'
2.14
'
,
'
2.19
'
)
)
def
has_pygments_range
(
v
):
major
,
minor
=
v
.
split
(
'
.
'
)[
0
:
2
]
return
getpygmentsversion
()
>=
(
int
(
major
),
int
(
minor
))
Loading