rust: normalize `_for_unchecked_rev` naming among revlogs and the index
This normalizes the naming scheme between the `Revlog`, `Changelog`, etc. which is less suprising, though no real bugs could stem from this because of the type signature mismatch. The very high-level `Repo` object still uses an `UncheckedRevision` parameter for its methods because that's what most callers will want.
parent
77b38c86915d
No related branches found
No related tags found
Showing
- rust/hg-core/src/operations/cat.rs 1 addition, 1 deletionrust/hg-core/src/operations/cat.rs
- rust/hg-core/src/operations/debugdata.rs 1 addition, 1 deletionrust/hg-core/src/operations/debugdata.rs
- rust/hg-core/src/repo.rs 2 additions, 2 deletionsrust/hg-core/src/repo.rs
- rust/hg-core/src/revlog/changelog.rs 17 additions, 15 deletionsrust/hg-core/src/revlog/changelog.rs
- rust/hg-core/src/revlog/filelog.rs 14 additions, 10 deletionsrust/hg-core/src/revlog/filelog.rs
- rust/hg-core/src/revlog/index.rs 7 additions, 6 deletionsrust/hg-core/src/revlog/index.rs
- rust/hg-core/src/revlog/inner_revlog.rs 4 additions, 7 deletionsrust/hg-core/src/revlog/inner_revlog.rs
- rust/hg-core/src/revlog/manifest.rs 6 additions, 9 deletionsrust/hg-core/src/revlog/manifest.rs
- rust/hg-core/src/revlog/mod.rs 28 additions, 21 deletionsrust/hg-core/src/revlog/mod.rs
Loading
-
mentioned in commit f5f0269e7f3f
-
mentioned in commit 692b8ec1d7f6
-
mentioned in commit 00974d179a32
-
mentioned in commit eb1cb25a5df9
-
mentioned in commit 49cdc2122bc7
-
mentioned in commit 30c358116d21
-
mentioned in commit 3d471ee9a208
-
mentioned in commit 169ccd142ef8
Please register or sign in to comment