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.
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
14 months ago, by Pierre-Yves David
revlog: drop more file description passing between private function
14 months ago, by Pierre-Yves David
revlog: use a `reading` context in `_enforceinlinesize`
14 months ago, by Pierre-Yves David
revlog: drop the df argument to `sidedata`
14 months ago, by Pierre-Yves David
revlog: drop the df argument to `rawdata`
14 months ago, by Pierre-Yves David
revlog: drop the df argument to `revision`
14 months ago, by Pierre-Yves David
interfaces: drop the `raw` parameters on ifiledata interface
14 months ago, by Pierre-Yves David
delta-computer: stop explicitly taking file handle
14 months ago, by Pierre-Yves David
censors: simply use `revlog.reading` to keep things open dring rewrite
14 months ago, by Pierre-Yves David
stream-clone: use `revlog.reading` in `revlog.get_streams`
14 months ago, by Pierre-Yves David
debug-revlog: keep the revlog open for the analysis duration
14 months ago, by Pierre-Yves David
repo-upgrade: keep the revlog open while cloning
14 months ago, by Pierre-Yves David
verify: keep the revlog open for reading while verifying it
14 months ago, by Pierre-Yves David
convert: use `changelogrevision` to fetch changeset data instead of read
14 months ago, by Pierre-Yves David
revlog: adapt the `reading` check for `unionrepo`
14 months ago, by Pierre-Yves David
revlog: adapt the `reading` check for `bundlerepo`
14 months ago, by Pierre-Yves David
revlog: make `reading` not crash on empty repository
14 months ago, by Pierre-Yves David
changelog: make the `_delayopener` a real proxy
14 months ago, by Pierre-Yves David
perf: ensure all readlog's reading is done within a `reading` context
14 months ago, by Pierre-Yves David
perf: change the way we approach revlog reading
14 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
14 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
22 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
22 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
15 months ago, by Pierre-Yves David
tests: avoid test environment affecting setup.py
stable
15 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
15 months ago, by Pierre-Yves David
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
tip