Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
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: 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
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
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
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
branching: merge stable into default
14 months ago, by Raphaël Gomès
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
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
tip