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.
narrow: prevent removal of ACL-defined excludes
stable
10 months ago, by Arun Kulshreshtha
narrow: add test demonstrating bug in acl exclusion enforcement
stable
10 months ago, by Arun Kulshreshtha
contrib: add a set of scripts to run pytype in Docker
10 months ago, by Anton Shestakov
pytype: use "$(hg root)" instead of `hg root` to make shellcheck happier
11 months ago, by Anton Shestakov
pytype: update check-pytype.sh to select target automatically
11 months ago, by Anton Shestakov
git-hgext: adjust to the lack of `changelog.heads` method
11 months ago, by Pierre-Yves David
remotefilelog: drop dead code
11 months ago, by Pierre-Yves David
pytype: use the right signature for the `__delitem__`
11 months ago, by Pierre-Yves David
pytype: use the right signature for the `__setitem__`
11 months ago, by Pierre-Yves David
sparse: use with statement for wlock
11 months ago, by Pierre-Yves David
remotefilelog: adjust the signature of basepack.createindex
11 months ago, by Pierre-Yves David
pytype: add the couple annotations for pytype to understands the lrunode
11 months ago, by Pierre-Yves David
pytype: ignore some signature mismatch in registrar
11 months ago, by Pierre-Yves David
hgweb: update _runwsgi try/except range to be valid
11 months ago, by Pierre-Yves David
pytype: add type information for `annotateresult.lines`
11 months ago, by Pierre-Yves David
pytype: ignore attribute error for time.clock
11 months ago, by Pierre-Yves David
pytype: ignore certifi import error
11 months ago, by Pierre-Yves David
pytype: ignore some signature mismatch in configitems
11 months ago, by Pierre-Yves David
pytype: only output the "pytype crashed" message on error
11 months ago, by Pierre-Yves David
pytype: drop the now useless assert
11 months ago, by Pierre-Yves David
pytype: drop the last inline type comment
11 months ago, by Pierre-Yves David
pytype: convert type comment for inline variable too
11 months ago, by Pierre-Yves David
pytype: move some type comment to proper annotation
11 months ago, by Pierre-Yves David
lock: properly convert error to bytes
11 months ago, by Pierre-Yves David
pytype: import typing directly
11 months ago, by Pierre-Yves David
usage: configure uncompressed chunk cache through resource configuration
12 months ago, by Pierre-Yves David
usage: add configuration option to adjust resources usage
13 months ago, by Pierre-Yves David
usage: add a `usage.repository-role` config
13 months ago, by Pierre-Yves David
common-pattern: cover "elapsed time" line
11 months ago, by Pierre-Yves David
bundle: do not detect --base argument that match nothing as lack of argument
stable
11 months ago, by Pierre-Yves David
bundle: highlight misbehavior when --base does not match any revision
stable
11 months ago, by Pierre-Yves David
branching: merge with stable
11 months ago, by Pierre-Yves David
generate-churning-bundle: fix script for python3
stable
12 months ago, by Pierre-Yves David
narrow: strip trailing `/` from manifest dir before matching it
11 months ago, by Martin von Zweigbergk
tests: demonstrate error when narrowing with `rootfilesin:` pattern
11 months ago, by Martin von Zweigbergk
matchers: use correct method for finding index in vector
11 months ago, by Martin von Zweigbergk
dirstate: make the `transaction` argument of `setbranch` mandatory
11 months ago, by Pierre-Yves David
rust-clippy: apply some more trivial fixes
11 months ago, by Raphaël Gomès
rust-clippy: simplify `match` to `if let`
11 months ago, by Raphaël Gomès
censor: accept multiple revision in a single call
12 months ago, by Pierre-Yves David
censor: be more verbose about the other steps too
12 months ago, by Pierre-Yves David
censor: add a command flag to skip the head checks
12 months ago, by Pierre-Yves David
censor: inform the user that we are spending time checking heads
12 months ago, by Pierre-Yves David
censor: mention that we check the heads in the help
12 months ago, by Pierre-Yves David
persistent-nodemap: respect the mmap setting when refreshing data
stable
11 months ago, by Pierre-Yves David
rust-index: only access offsets if revlog is inline
11 months ago, by Raphaël Gomès
rust-index: cache the head nodeids python list
11 months ago, by Raphaël Gomès
rust-index: add fast-path for getting a list of all heads as nodes
11 months ago, by Raphaël Gomès
rust-index-cpython: cache the heads' PyList representation
12 months ago, by Raphaël Gomès
rust-index: use a `BitVec` instead of plain `Vec` for heads computation
12 months ago, by Raphaël Gomès
rust-index: implement faster retain heads using a vec instead of a hashset
12 months ago, by Raphaël Gomès
rust-index: allow inlining VCSGraph parents across crates
11 months ago, by Raphaël Gomès
rust-index: allow inlining `parents` across crates
12 months ago, by Raphaël Gomès
rust-index: allow inlining `check_revision` across crates
12 months ago, by Raphaël Gomès
rust-index: document safety invariants being upheld for every `unsafe` block
12 months ago, by Raphaël Gomès
rust-index: renamed `MixedIndex` as `Index`
13 months ago, by Georges Racinet on incendie.racinet.fr
rust-index: stop instantiating a C Index
13 months ago, by Georges Racinet
rust-revlog: using the ad-hoc `NodeTree` in scmutil
13 months ago, by Georges Racinet
rust-revlog: add invalidation detection to `NodeTree` class
13 months ago, by Georges Racinet
rust-index: add support for `del index[r]`
13 months ago, by Raphaël Gomès
rust-revlog: bare minimal NodeTree exposition
13 months ago, by Georges Racinet
rust-index: a property to identify the Rust index as such
13 months ago, by Georges Racinet
rust-cpython-revlog: renamed NodeTree import as CoreNodeTree
13 months ago, by Georges Racinet
rust-index: stop using C index
13 months ago, by Georges Racinet
rust-index: using `hg::index::Index` in discovery
13 months ago, by Georges Racinet
rust-python-testing: separated base test classes
13 months ago, by Georges Racinet on incendie.racinet.fr
rust-discovery: encapsulated conversions to vec for instance methods
13 months ago, by Georges Racinet
rust-discovery: moving most of hg-cpython methods to regular code blocks
13 months ago, by Georges Racinet
rust-index: using `hg::index::Index` in `hg-cpython::dagops`
13 months ago, by Georges Racinet
rust-index: using `hg::index::Index` in MissingAncestors
13 months ago, by Georges Racinet on incendie.racinet.fr
rust-index: using the `hg::index::Index` in ancestors iterator and lazy set
13 months ago, by Georges Racinet
revlog: always use a Rust index for REVLOGv1 if rustext is present
13 months ago, by Georges Racinet on incendie.racinet.fr
rust-index: disabling flagprocessor tests
13 months ago, by Georges Racinet on incendie.racinet.fr
rust-index: support `unionrepo`'s compressed length hack
13 months ago, by Raphaël Gomès
rust-index: honour incoming using_general_delta in `deltachain`
13 months ago, by Georges Racinet on incendie.racinet.fr
rust-index: use interior mutability in head revs and caches
13 months ago, by Georges Racinet on incendie.racinet.fr
rust-index: add Sync bound to all relevant mmap-derived values
13 months ago, by Raphaël Gomès
debugindexstats: handle the lack of Rust support better
13 months ago, by Raphaël Gomès
rust-python-index: don't panic on a corrupted index when calling from Python
13 months ago, by Raphaël Gomès
tests: ignore test-storage when using Rust
13 months ago, by Raphaël Gomès
rust-index: optimize find_gca_candidates() on less than 8 revisions
13 months ago, by Georges Racinet
rust-index: simplification in find_gca_candidates()
13 months ago, by Georges Racinet
rust-index: avoid double negation in find_gca_candidates()
13 months ago, by Georges Racinet
rust-index: avoid some cloning in find_gca_candidates()
13 months ago, by Georges Racinet
rust-index: implement common_ancestors_heads() and ancestors()
13 months ago, by Georges Racinet
rust-index: find_gca_candidates bit sets genericization
13 months ago, by Georges Racinet on incendie.racinet.fr
rust-index: core impl for find_gca_candidates and find_deepest
13 months ago, by Raphaël Gomès
rust-index: add support for `reachableroots2`
13 months ago, by Raphaël Gomès
hg-cpython: rev_pyiter_collect_or_else
13 months ago, by Georges Racinet
rust-index: add support for `computephasesmapsets`
13 months ago, by Raphaël Gomès
rust-index: slicechunktodensity returns Rust result
14 months ago, by Georges Racinet
rust-index: add support for `_slicechunktodensity`
13 months ago, by Raphaël Gomès
rust-index: headrevsfiltered() returning Rust result
14 months ago, by Georges Racinet
rust-index: add support for `headrevsfiltered`
13 months ago, by Raphaël Gomès
rust-index: implement headrevs
14 months ago, by Raphaël Gomès
rust-index: variant of assert_py_eq with normalizer expression
14 months ago, by Georges Racinet
rust-index: add support for delta-chain computation
16 months ago, by Raphaël Gomès
rust-index: add support for `find_snapshots`
16 months ago, by Raphaël Gomès
rust-index: add `is_snapshot` method
16 months ago, by Raphaël Gomès
rust-index: use the Rust index in `partialmatch`
16 months ago, by Raphaël Gomès
rust-index: add missing special case for null rev
16 months ago, by Raphaël Gomès
rust-index: use the rust index in `shortest`
16 months ago, by Raphaël Gomès
rust-index: add checks that `__contains__` is synchronized
16 months ago, by Raphaël Gomès
rust-index: using the Rust index in nodemap updating methods
13 months ago, by Georges Racinet
rust-index: implementation of __getitem__
13 months ago, by Raphaël Gomès
rust-index: optim note for post-scaffolding removal
14 months ago, by Georges Racinet
rust-index: check that the entry bytes are the same in both indexes
13 months ago, by Raphaël Gomès
rust-index: return variables systematic naming convention
14 months ago, by Georges Racinet
rust-index: results comparison helper with details
14 months ago, by Georges Racinet
rust-index: helper for revision not in index not involving nodemap
14 months ago, by Georges Racinet
rust-index: renamed nodemap error function for rev not in index
13 months ago, by Georges Racinet
rust-index: add `pack_header` support
16 months ago, by Raphaël Gomès
rust-index: support cache clearing
13 months ago, by Raphaël Gomès
rust-index: check rindex and cindex return the same get_rev
17 months ago, by Raphaël Gomès
rust-index: synchronize remove to Rust index
17 months ago, by Raphaël Gomès
rust-index: remove `__setitem__` method from the mixed index
17 months ago, by Raphaël Gomès
rust-index: check equality between rust and cindex for `__len__`
17 months ago, by Raphaël Gomès
rust-index: synchronize append method
17 months ago, by Raphaël Gomès
rust-revlog: teach the revlog opening code to read the repo options
14 months ago, by Raphaël Gomès
rust-index: pass data down to the Rust index
17 months ago, by Raphaël Gomès
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
tip