Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-96
+96
+100
+300
+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.
peer-or-repo: build a peer directly in the `peer` function
23 months ago, by Pierre-Yves David
static-http: have `statichttprepo.instance` return a peer object
23 months ago, by Pierre-Yves David
scheme: move the drive letter checking in its own function
23 months ago, by Pierre-Yves David
peer-or-repo: split the scheme between repo and peer
23 months ago, by Pierre-Yves David
peer-or-repo: stop relying on AttributeError in `islocal`
23 months ago, by Pierre-Yves David
repo-or-peer: deprecate calling `islocal` on non-path object
23 months ago, by Pierre-Yves David
tests: add the missing space to test-hghave.t (issue6762)
stable
23 months ago, by Anton Shestakov
share: stop using 'islocal' with repo instance
23 months ago, by Pierre-Yves David
peer-or-repo: make sure object in "scheme" have a `instance` object
23 months ago, by Pierre-Yves David
peer-or-repo: move the object setup in its own function
23 months ago, by Pierre-Yves David
delta-find: use a single snapshot cache when applying a group to an object
2022-11-06, by Pierre-Yves David
delta-find: make sure we only use newer full snapshot as candidate
2022-11-06, by Pierre-Yves David
delta-find: use sets instead of list in the snapshot cache
2022-11-06, by Pierre-Yves David
delta-find: use a smarter object for snapshot caching
2022-11-06, by Pierre-Yves David
find-delta: pass the cache-delta usage policy alongside the cache-delta
2022-11-07, by Pierre-Yves David
find-delta: move most of the debug-find-delta code in the debug module
23 months ago, by Pierre-Yves David
find-delta: minor preparatory change
2022-11-07, by Pierre-Yves David
find-delta: rename _isgooddeltainfo
2022-11-07, by Pierre-Yves David
test-revlog-raw: drop the overwrite of dead code
2022-11-07, by Pierre-Yves David
emitrevision: consider ancestors revision to emit as available base
2022-11-12, by Pierre-Yves David
sqlitestore: add an `ancestors` method
2022-11-09, by Pierre-Yves David
emitrevision: if we need to compute a delta on the fly, try p1 or p2 first
24 months ago, by Pierre-Yves David
emitrevision: simplify the fallback to computed delta
23 months ago, by Pierre-Yves David
emitrevision: also check the parents in the availability closure
23 months ago, by Pierre-Yves David
emitrevision: add a small closure to check if a base is usable
23 months ago, by Pierre-Yves David
reuse-delta-base: improves some documentation
2022-10-17, by Pierre-Yves David
tests: expect the message from 1baf0fffd82f in test-hghave.t (issue6762)
stable
23 months ago, by Anton Shestakov
branching: merge stable into default
24 months ago, by Raphaël Gomès
changelog-v2: add a configuration to disable rank computation
24 months ago, by Pierre-Yves David
debugrevlog: display total stored information
24 months ago, by Pierre-Yves David
debug-revlog: details about non-ancestors delta-bases
2022-11-07, by Pierre-Yves David
debug-revlog: move the code in revlogutils module
2022-11-07, by Pierre-Yves David
debug-revlog: move the --dump code in `revlogutils` module
2022-11-07, by Pierre-Yves David
delta-find: set the default candidate chunk size to 10
24 months ago, by Pierre-Yves David
delta-find: add a way to control the number of bases tested at the same time
2022-11-06, by Pierre-Yves David
test: adjust test-push-race.t timeout's to overall test timeout
stable
24 months ago, by Pierre-Yves David
setup: include vendored 3rd party type stubs
24 months ago, by Matt Harbison
ci: bump pytype to 2022.11.18
24 months ago, by Matt Harbison
ci: run the script to add vendored type stubs to typeshed
24 months ago, by Matt Harbison
contrib: add a script for adding vendored type stubs to typeshed
24 months ago, by Matt Harbison
contrib: update check-pytype.sh to list stubs that caused pytype to crash
24 months ago, by Matt Harbison
typing: add py.typed to mercurial.cext for PEP 561 support
24 months ago, by Matt Harbison
typing: add missing signature for mercurial.cext.parsers.parse_index2()
24 months ago, by Matt Harbison
typing: minor tweaks to allow updating to pytype 2022.11.18
24 months ago, by Matt Harbison
python-compat: adapt to Python 3.11 BC breakage with `random.sample`
stable
24 months ago, by Raphaël Gomès
typing: add type hints to mercurial/help.py
24 months ago, by Matt Harbison
match: make the FLAG_RE pattern a raw string
stable
24 months ago, by Matt Harbison
configitems: add a default value for "merge-tools.xxx.regappend"
24 months ago, by Matt Harbison
attr: vendor 22.1.0
24 months ago, by Matt Harbison
tests: update test-util.py for modern attrs package
24 months ago, by Matt Harbison
rhg: upgrade the remainder of the dependencies
2022-11-15, by Raphaël Gomès
rhg: upgrade `clap` dependency
2022-11-15, by Raphaël Gomès
hg-cpython: upgrade dependencies
2022-11-14, by Raphaël Gomès
hg-core: upgrade all remaining dependencies
2022-11-14, by Raphaël Gomès
hg-core: upgrade `clap` dependency
2022-11-14, by Raphaël Gomès
hg-core: upgrade `zstd` dependency
2022-11-14, by Raphaël Gomès
hg-core: make use of `strip_suffix` now that we're using Rust 1.45+
2022-11-14, by Raphaël Gomès
rust: use `matches!` macro now that we're using Rust 1.42+
2022-11-14, by Raphaël Gomès
hg-core: remove unneeded util now that we support Rust 1.42+
2022-11-14, by Raphaël Gomès
hg-core: remove unneeded trait now that we support Rust 1.52+
2022-11-14, by Raphaël Gomès
rust: remove newly redundant `use` statements with the 2021 edition prelude
2022-11-14, by Raphaël Gomès
rust: move all crates in the main workspace to edition 2021
2022-11-14, by Raphaël Gomès
rust: upgrade supported Rust toolchain version
2022-10-20, by Raphaël Gomès
help: fix a py3 error interpolating Set into b'%s'
stable
24 months ago, by Matt Harbison
branching: merge stable into default
24 months ago, by Raphaël Gomès
Added signature for changeset c890d8b8bc59
stable
24 months ago, by Raphaël Gomès
Added tag 6.3.1 for changeset c890d8b8bc59
stable
24 months ago, by Raphaël Gomès
relnotes: add 6.3.1
stable
6.3.1
24 months ago, by Raphaël Gomès
tests: fix test-sparse-revlog
24 months ago, by Pierre-Yves David
memory-usage: fix `hg log --follow --rev R F` space complexity
stable
24 months ago, by Pierre-Yves David
tests: run many tests in $TESTTMP/repo instead of $TESTTMP
stable
24 months ago, by Arseniy Alekseyev
tests: fix the detection of dirstate-v2 in hghave.py
stable
24 months ago, by Arseniy Alekseyev
dirstate-v2: do not put the dirstate data file in a transaction,
stable
24 months ago, by Arseniy Alekseyev
commit: properly consider file include and exclude options when closing branch
stable
24 months ago, by Matt Harbison
tests: demonstrate a bug blocking a redundant branch close
stable
24 months ago, by Matt Harbison
tests: stop creating temporary files in TESTDIR
stable
24 months ago, by Arseniy Alekseyev
delta-find: adjust the moment when we mark something as "tested"
2022-11-06, by Pierre-Yves David
delta-find: rename a variable for clarity
2022-11-06, by Pierre-Yves David
delta-find: small documentation update
2022-11-06, by Pierre-Yves David
delta-find: move pre-filtering with other pre-filtering logic
2022-11-06, by Pierre-Yves David
delta-find: expand a function definition and call before extendin it
2022-11-06, by Pierre-Yves David
debug: add an option to display statistic about a unbundling operation
2022-10-17, by Pierre-Yves David
debug: add an option to display statistic about a bundling operation
2022-11-15, by Pierre-Yves David
delta-find: add debug information about reuse of cached data
2022-11-15, by Pierre-Yves David
cffi: fix a bytes vs str issue on macOS when listing directories
stable
2022-11-08, by Matt Harbison
packaging: refresh dependency hashes (issue6750)
stable
2022-11-02, by Jason R. Coombs
matcher: do not prepend '.*' to pattern using ^ after flags
stable
24 months ago, by Pierre-Yves David
matcher: fix the issue with regex inline-flag in rust oo
stable
24 months ago, by Pierre-Yves David
matcher: fix issues regex flag contained in pattern (issue6759)
stable
24 months ago, by Pierre-Yves David
release: removed the 6.3.0 tag
stable
24 months ago, by Pierre-Yves David
cffi: fix a bytes vs str issue on macOS when listing directories
2022-11-08, by Matt Harbison
typing: fix the typehint for `skip` arg on `osutil.listdir()` to be optional
2022-11-08, by Matt Harbison
typing: add type hints to mpatch implementations
2022-11-08, by Matt Harbison
typing: add type hints to bdiff implementations
2022-11-08, by Matt Harbison
cffi: adjust the list returned by bdiff.blocks to never have a None entry
2022-11-08, by Matt Harbison
typing: fix a syntax error in mercurial/cext/bdiff.pyi
2022-11-08, by Matt Harbison
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-96
+96
+100
+300
+1000
tip