Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-192
+192
+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.
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
repo-upgrade: keep the revlog open while cloning
13 months ago, by Pierre-Yves David
verify: keep the revlog open for reading while verifying it
13 months ago, by Pierre-Yves David
convert: use `changelogrevision` to fetch changeset data instead of read
13 months ago, by Pierre-Yves David
revlog: adapt the `reading` check for `unionrepo`
13 months ago, by Pierre-Yves David
revlog: adapt the `reading` check for `bundlerepo`
13 months ago, by Pierre-Yves David
revlog: make `reading` not crash on empty repository
13 months ago, by Pierre-Yves David
changelog: make the `_delayopener` a real proxy
13 months ago, by Pierre-Yves David
perf: ensure all readlog's reading is done within a `reading` context
13 months ago, by Pierre-Yves David
perf: change the way we approach revlog reading
13 months ago, by Pierre-Yves David
revlog: document the `rev` method
14 months ago, by Pierre-Yves David
revlog: document the `clearcaches` method
14 months ago, by Pierre-Yves David
revlog: document the `update_caches` method
14 months ago, by Pierre-Yves David
revlog: make the `candelta` method private
14 months ago, by Pierre-Yves David
revlog: document the `get_streams` method
14 months ago, by Pierre-Yves David
revlog: document the `is_inline_index` method
14 months ago, by Pierre-Yves David
opemvms: add specific files and utilities
13 months ago, by Jean-Francois Pieronne
openvms: do not check for shebang in openvms script
15 months ago, by Pierre-Yves David
openvms: consider worker costly on OpenVMS
15 months ago, by Jean-Francois Pieronne
openvms: fix the pager spawning and cleanup
15 months ago, by Jean-Francois Pieronne
openvms: make process spawning works on OpenVMS
15 months ago, by Jean-Francois Pieronne
openvms: mark symlink as unsupported on OpenVMS
15 months ago, by Jean-Francois Pieronne
openvms: duck-punch a bugfix into `environb` object
15 months ago, by Jean-Francois Pieronne
fastexport: simplify code
13 months ago, by Joerg Sonnenberger
branching: merge stable into default
13 months ago, by Pierre-Yves David
cleanup: typos, formatting
stable
13 months ago, by Joerg Sonnenberger
tests: backed out changeset 8037ddacad47
stable
13 months ago, by Pierre-Yves David
httppeer: fix static-http: scheme autodetection (issue6833)
stable
13 months ago, by Anton Shestakov
admin-command: add verify command
21 months ago, by Raphaël Gomès
transaction: abstract away the detection of an abandoned transaction
14 months ago, by Raphaël Gomès
commands: add admin namespace
21 months ago, by Franck Bret
revlog: make the rust test for node hex prefix resolution exercise the nodemap
stable
14 months ago, by Arseniy Alekseyev
revlog: fix a bug where NULL_NODE failed to be resolved to NULL_REV
stable
14 months ago, by Arseniy Alekseyev
tests: reproduce the nullrev bug in an end-to-end test
stable
14 months ago, by Arseniy Alekseyev
rust-config: fix incorrect coercion of null values to false
15 months ago, by Raphaël Gomès
rust-config: show default `null` is coerced incorrectly to `false`
15 months ago, by Raphaël Gomès
rust-config: fix fallback to default not parsing the default value
15 months ago, by Raphaël Gomès
rust-config: demonstrate a bug when falling back to non-trivial default values
15 months ago, by Raphaël Gomès
rust: make `Revision` a newtype
15 months ago, by Raphaël Gomès
rust: implement the `Graph` trait for all revlogs
15 months ago, by Raphaël Gomès
rust: use the new `UncheckedRevision` everywhere applicable
15 months ago, by Raphaël Gomès
rust-revlog: split logic for `rawdata` to prepare for `UncheckedRevision` use
14 months ago, by Raphaël Gomès
rust: remove unused error variant
15 months ago, by Raphaël Gomès
rust: add `UncheckedRevision` type
15 months ago, by Raphaël Gomès
debugwireproto: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
debugwireargs: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
debugwalk: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
debug_revlog_stats: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
debugbackupbundle: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
debugsidedata: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
debugserve: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
debugrevspec: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
debugrevlogindex: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
debugrevlog: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
debugrename: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
debugrebuildfncache: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
debugpickmergetool: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
debugp2copies: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
debugp1copies: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
debugobsolete: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
debugmergestate: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
debugknown: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
debuginstall: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
debugindexdot: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
debuggetbundle: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
debugformat: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
debugfileset: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
debugextensions: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
debugdiscovery: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
debugdeltafind: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
debugdeltachain: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
debugdata: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
debugcapabilities: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
debugbundle: migrate `opts` to native kwargs
15 months ago, by Matt Harbison
branching: merge with stable
14 months ago, by Pierre-Yves David
tags: avoid expensive access to repo.changelog in a loop
stable
17 months ago, by Pierre-Yves David
blackbox: add a option to duplicate output to stderr too
stable
17 months ago, by Pierre-Yves David
perf: add a --update-last flag to perf::tags
stable
17 months ago, by Pierre-Yves David
perf: add a `--clear-fnode-cache-rev` argument to perf::tags
stable
17 months ago, by Pierre-Yves David
perf: introduce more cache invalidation option in perf::tags
stable
17 months ago, by Pierre-Yves David
hgweb: pass strings in WSGI environment correctly from wsgicgi
stable
14 months ago, by Manuel Jacob
branching: merge stable into default
14 months ago, by Raphaël Gomès
Added signature for changeset 5a8b54201039
stable
14 months ago, by Raphaël Gomès
Added tag 6.5.2 for changeset 5a8b54201039
stable
14 months ago, by Raphaël Gomès
relnotes: add 6.5.2
stable
6.5.2
14 months ago, by Raphaël Gomès
run-tests: detect HGWITHRUSTEXT value
stable
14 months ago, by Pierre-Yves David
tests: avoid test environment affecting setup.py
stable
14 months ago, by Arseniy Alekseyev
setup: make the error "Unable to find a working hg binary" more informative
stable
14 months ago, by Arseniy Alekseyev
pycompat: drop usage of hasattr/getattr/setattr/delatt proxy
14 months ago, by Pierre-Yves David
safehasattr: drop usage in favor of hasattr
14 months ago, by Pierre-Yves David
check-code: drop the `safehasattr` rule
23 months ago, by Pierre-Yves David
url: ignore some future pytype error
14 months ago, by Pierre-Yves David
url: move the _generic_proxytunnel in the `has_https` block
14 months ago, by Pierre-Yves David
pycompat: deprecate using bytes
23 months ago, by Pierre-Yves David
dynamic-import: use sysstr for importing extension and others
14 months ago, by Pierre-Yves David
extension: check the command attributes using `sysstr`
14 months ago, by Pierre-Yves David
extension: access special module members using sysstr
14 months ago, by Pierre-Yves David
sshpeer: convert command name to sysstr before accessing method
14 months ago, by Pierre-Yves David
localrepo: purge filecache attribute using there unicode name
14 months ago, by Pierre-Yves David
fastannotate: use sysstr to check for attribute presence
14 months ago, by Pierre-Yves David
fastannotate: use sysstr to deal with some attributes
14 months ago, by Pierre-Yves David
hgweb: use sysstr to set attribute on diff option
14 months ago, by Pierre-Yves David
hgweb: use sysstr to get attribute on diff option
14 months ago, by Pierre-Yves David
diff-option: move attributes handling to sysstr
14 months ago, by Pierre-Yves David
compression: use sysstr to specify attribute to fetch for priority
14 months ago, by Pierre-Yves David
smartset: set attribute using sysstr instead of bytes
14 months ago, by Pierre-Yves David
cachedlocalrepo: use sysstr for attribute name of "file of interest"
14 months ago, by Pierre-Yves David
terse-status: use `sysstr` to specify attributes to set
14 months ago, by Pierre-Yves David
path-suboption: deprecated specifying the attributes as bytes
14 months ago, by Pierre-Yves David
path-suboption: use str for "_pushloc" suboptions
14 months ago, by Pierre-Yves David
path-suboption: use str for "pushrev" suboptions
14 months ago, by Pierre-Yves David
path-suboption: use str for "bookmarks_mode" suboptions
14 months ago, by Pierre-Yves David
path-suboption: use str for "delta_reuse_policy" suboptions
14 months ago, by Pierre-Yves David
path-suboption: use str for "multi_urls" path suboptions
14 months ago, by Pierre-Yves David
convert: use sysstr to check for attribute presence
14 months ago, by Pierre-Yves David
mq: use sysstr to check for attribute access
14 months ago, by Pierre-Yves David
lfs: use sysstr to check for attribute presence
14 months ago, by Pierre-Yves David
mq: use sysstr to check for attribute presence
14 months ago, by Pierre-Yves David
relink: use sysstr to check for attribute presence
14 months ago, by Pierre-Yves David
ui: use sysstr to check for attribute presence
14 months ago, by Pierre-Yves David
remotefilelog: use sysstr to access for attributes
14 months ago, by Pierre-Yves David
hgwebmod: use sysstr to check for attribute presence
14 months ago, by Pierre-Yves David
less
more
|
(0)
-30000
-10000
-3000
-1000
-192
+192
+1000
tip