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
!752
introduce subclass for delta-search
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
introduce subclass for delta-search
topic/default/better-delta.class-split
into
branch/default
Overview
2
Commits
42
Pipelines
0
Changes
1
Merged
Pierre-Yves David
requested to merge
topic/default/better-delta.class-split
into
branch/default
1 year ago
Overview
2
Commits
42
Pipelines
0
Changes
1
Expand
depends on
!747 (merged)
Edited
1 year ago
by
Pierre-Yves David
0
0
Merge request reports
Viewing commit
398a105b
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
398a105b
delta-find: clarify that revisioninfo.p1/p2 constains nodeid
· 398a105b
Pierre-Yves David
authored
1 year ago
This clarify the content of these attributes.
mercurial/revlogutils/__init__.py
+
1
−
1
Options
@@ -65,7 +65,7 @@
class
revisioninfo
:
"""
Information about a revision that allows building its fulltext
node: expected hash of the revision
p1, p2: parent revs of the revision
p1, p2: parent revs of the revision
(as node)
btext: built text cache consisting of a one-element list
cachedelta: (baserev, uncompressed_delta, usage_mode) or None
flags: flags associated to the revision storage
Loading