Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
cleanup: drop `path.pushloc` deprecated since 6.5
12 months ago, by Pierre-Yves David
cleanup: drop `dirstate.is_changing_parent` deprecated since 6.5
12 months ago, by Pierre-Yves David
cleanup: remove some code scheduled to be removed after 5.9
12 months ago, by Pierre-Yves David
branching: merge stable into default
12 months ago, by Raphaël Gomès
relnotes: add 6.6
stable
12 months ago, by Raphaël Gomès
Added signature for changeset 26c57e7a0890
stable
12 months ago, by Raphaël Gomès
Added tag 6.6 for changeset 26c57e7a0890
stable
12 months ago, by Raphaël Gomès
py3: pass unicode strings to hasattr() throughout
12 months ago, by Martin von Zweigbergk
Added signature for changeset 27055614b685
stable
6.6
12 months ago, by Raphaël Gomès
Added tag 6.6rc0 for changeset 27055614b685
stable
12 months ago, by Raphaël Gomès
relnotes: add 6.6rc0
stable
6.6rc0
12 months ago, by Raphaël Gomès
branching: merge default into stable for 6.6rc0
stable
12 months ago, by Raphaël Gomès
unstable: do not consider internal phases when computing unstable
12 months ago, by Pierre-Yves David
unstable: use the `_mutablerevs` function when computing content divergent
12 months ago, by Pierre-Yves David
unstable: use the `_mutablerevs` function when computing phase divergent
12 months ago, by Pierre-Yves David
rust: add explicit resolver field to top-level cargo manifest file
12 months ago, by Raphaël Gomès
rust: run a clippy pass with the latest stable version
12 months ago, by Raphaël Gomès
rust-clippy: ignore clippy's recommendation for "useless" cast
12 months ago, by Raphaël Gomès
branching: merge stable into default
12 months ago, by Raphaël Gomès
Added signature for changeset c083d9776cb2
stable
12 months ago, by Raphaël Gomès
Added tag 6.5.3 for changeset c083d9776cb2
stable
12 months ago, by Raphaël Gomès
relnotes: add 6.5.3
stable
6.5.3
12 months ago, by Raphaël Gomès
revlog: avoid opening and closing the file for each cloned revision
stable
13 months ago, by Pierre-Yves David
censor: accept censored revision during upgrade
stable
13 months ago, by Pierre-Yves David
censor: show that censored revision prevent repository upgrade
stable
13 months ago, by Pierre-Yves David
smartset: don't ignore hidden revs when intersecting
12 months ago, by Martin von Zweigbergk
tests: demonstrate crash in `unstable()` with internal-phase orphans
12 months ago, by Martin von Zweigbergk
rust-matchers: fix quadratic complexity in `FileMatcher`
13 months ago, by Raphaël Gomès
revlog: add a small cache of unfiltered chunk
12 months ago, by Pierre-Yves David
revlog: minor refactor in the chunk gather process
12 months ago, by Pierre-Yves David
changelog-delay: move the delay/divert logic inside the (inner) revlog
12 months ago, by Pierre-Yves David
revlog: add a `canonical_index_file` attribute on inner revlog
12 months ago, by Pierre-Yves David
changelog-delay: move "delayed" check to a more official API
12 months ago, by Pierre-Yves David
changelog-delay: move the appender class next to randomaccessfile
12 months ago, by Pierre-Yves David
changelog-delay: adds some check around delaying and diverting write
13 months ago, by Pierre-Yves David
revlog: consolidate cache invalidation within the inner objet
12 months ago, by Pierre-Yves David
shelve: drop some weird manually stripping before transaction abort
12 months ago, by Pierre-Yves David
revlog: move entry writing in the inner object
13 months ago, by Pierre-Yves David
revlog: move `sidedata` in the inner object
13 months ago, by Pierre-Yves David
revlog: move the `rawtext` method on the inner object
13 months ago, by Pierre-Yves David
revlog: move the_revisioncache on the inner object
13 months ago, by Pierre-Yves David
revlog: move the `deltachain` method on the inner object
13 months ago, by Pierre-Yves David
revlog: move the `_chunks` method on the inner object
13 months ago, by Pierre-Yves David
revlog: add a couple more of useful method on the inner object
12 months ago, by Pierre-Yves David
revlog: move the `_chunk` method on the inner object
13 months ago, by Pierre-Yves David
revlog: move the compression/decompression logic on the inner object
12 months ago, by Pierre-Yves David
revlog: move the splitting-inline-revlog logic inside the inner object
12 months ago, by Pierre-Yves David
revlog: synchronise the various attribute holding the index filename
12 months ago, by Pierre-Yves David
revlog: drop reference to docket in the inline-splitting code
13 months ago, by Pierre-Yves David
revlog: move _getsegmentforrevs on the internal object
12 months ago, by Pierre-Yves David
revlog: create a iteration of a _InnerRevlog object within the revlog
13 months ago, by Pierre-Yves David
revlog: drop the unused `_chunkcache` attribute
13 months ago, by Pierre-Yves David
revlog: drop the unused `_sidedatareadfp` method
13 months ago, by Pierre-Yves David
revlog: also migrates `revlog.upperboundcomp` to ConfigClass
13 months ago, by Pierre-Yves David
revlog: small doc to the `files` method
13 months ago, by Pierre-Yves David
revlog: remove the `_indexfp` method
13 months ago, by Pierre-Yves David
revlog: avoid opening and closing the file for each cloned revision
13 months ago, by Pierre-Yves David
censor: accept censored revision during upgrade
13 months ago, by Pierre-Yves David
censor: show that censored revision prevent repository upgrade
13 months ago, by Pierre-Yves David
stream-clone: fix a crash when a repo with an empty revlog is cloned
stable
13 months ago, by Arseniy Alekseyev
debug-delta-chain: print less data by default
14 months ago, by Pierre-Yves David
debugdeltachain: add a parameter to display all info
14 months ago, by Pierre-Yves David
debug-delta-chain: actually skip unrequested computation
14 months ago, by Pierre-Yves David
debug-delta-chain: add options to control what we compute
14 months ago, by Pierre-Yves David
debug-delta-chaing: add a parameter to select revision to look at
14 months ago, by Pierre-Yves David
delta-chain: extract some debugdeltachain logic is object
14 months ago, by Pierre-Yves David
delta-chain: move the debugdeltachain command in revlogutils
14 months ago, by Pierre-Yves David
dirstate: document the `changing_*` context manager
13 months ago, by Pierre-Yves David
revlog: deprecate the compatibility config property
13 months ago, by Pierre-Yves David
revlog: remove legacy usage of `_lazydeltabase`
13 months ago, by Pierre-Yves David
revlog: remove legacy usage of `_lazydelta`
13 months ago, by Pierre-Yves David
revlog: remove legacy usage of `canonical_parent_order`
13 months ago, by Pierre-Yves David
revlog: remove legacy usage of `_compute_rank`
13 months ago, by Pierre-Yves David
revlog: remove legacy usage of `_srmingapsize`
13 months ago, by Pierre-Yves David
revlog: remove legacy usage of `_srdensitythreshold`
13 months ago, by Pierre-Yves David
revlog: remove legacy usage of `hassidedata`
13 months ago, by Pierre-Yves David
revlog: remove legacy usage of `_sparserevlog`
13 months ago, by Pierre-Yves David
revlog: remove legacy usage of `_withsparseread`
13 months ago, by Pierre-Yves David
revlog: remove legacy usage of `_maxdeltachainspan`
13 months ago, by Pierre-Yves David
revlog: remove legacy usage of `_compengineopts`
13 months ago, by Pierre-Yves David
revlog: remove legacy usage of `_compengine`
13 months ago, by Pierre-Yves David
revlog: remove legacy usage of `_candidate_group_chunk_size`
13 months ago, by Pierre-Yves David
revlog: remove legacy usage of `_debug_delta`
13 months ago, by Pierre-Yves David
revlog: remove legacy usage of `_deltabothparents`
13 months ago, by Pierre-Yves David
revlog: remove legacy usage of `_maxchainlen`
13 months ago, by Pierre-Yves David
revlog: remove legacy usage of `_chunkcachesize`
13 months ago, by Pierre-Yves David
revlog: remove legacy usage of `_censorable`
13 months ago, by Pierre-Yves David
revlog: remove legacy usage of `_mmaplargeindex`
13 months ago, by Pierre-Yves David
revlog: remove legacy usage of `_checkambig`
13 months ago, by Pierre-Yves David
revlog: drop the _generaldelta attribute from the imanifeststorage interface
13 months ago, by Pierre-Yves David
revlog: remove legacy usage of `_generaldelta`
13 months ago, by Pierre-Yves David
revlog: use the new Config classes in _testrevlog
13 months ago, by Pierre-Yves David
revlog: skip opener options to pass sparse reading values
13 months ago, by Pierre-Yves David
revlog: skip opener options to pass sparse_revlog value
13 months ago, by Pierre-Yves David
revlog: skip opener options to pass mmap_index_threshold value
13 months ago, by Pierre-Yves David
revlog: skip opener options to pass enable_ellipsis
13 months ago, by Pierre-Yves David
revlog: skip opener options to pass compression option values
13 months ago, by Pierre-Yves David
revlog: skip opener options to pass compression_engine value
13 months ago, by Pierre-Yves David
revlog: skip opener options to pass max_chain_len
13 months ago, by Pierre-Yves David
revlog: skip opener options to pass max_deltachain_span
13 months ago, by Pierre-Yves David
revlog: skip opener options to pass lazy_delta values
13 months ago, by Pierre-Yves David
revlog: skip opener options to pass debug_delta value
13 months ago, by Pierre-Yves David
revlog: skip opener options to pass candidate_group_chunk_size value
13 months ago, by Pierre-Yves David
revlog: skip opener option to pass delta_both_parents value
13 months ago, by Pierre-Yves David
revlog: skip opener option to pass chunk_cache_size value
13 months ago, by Pierre-Yves David
revlog: create the revlog object at the repository level
13 months ago, by Pierre-Yves David
revlog: overwrite revlog config through copy of the config object
13 months ago, by Pierre-Yves David
revlog: move configuration attribute into dedicated object
13 months ago, by Pierre-Yves David
manifestrevlog: flag some inconsistency in bundle/union repo inheritance
13 months ago, by Pierre-Yves David
randomaccessfile: drop explicit passing of file description
13 months ago, by Pierre-Yves David
revlog: drop more file description passing between private function
13 months ago, by Pierre-Yves David
revlog: use a `reading` context in `_enforceinlinesize`
13 months ago, by Pierre-Yves David
revlog: drop the df argument to `sidedata`
13 months ago, by Pierre-Yves David
revlog: drop the df argument to `rawdata`
13 months ago, by Pierre-Yves David
revlog: drop the df argument to `revision`
13 months ago, by Pierre-Yves David
interfaces: drop the `raw` parameters on ifiledata interface
13 months ago, by Pierre-Yves David
delta-computer: stop explicitly taking file handle
13 months ago, by Pierre-Yves David
censors: simply use `revlog.reading` to keep things open dring rewrite
13 months ago, by Pierre-Yves David
stream-clone: use `revlog.reading` in `revlog.get_streams`
13 months ago, by Pierre-Yves David
debug-revlog: keep the revlog open for the analysis duration
13 months ago, by Pierre-Yves David
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
tip