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
-60
+60
+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.
typing: add py.typed to mercurial.cext for PEP 561 support
2022-11-23, by Matt Harbison
typing: add missing signature for mercurial.cext.parsers.parse_index2()
2022-11-23, by Matt Harbison
typing: minor tweaks to allow updating to pytype 2022.11.18
2022-11-23, by Matt Harbison
python-compat: adapt to Python 3.11 BC breakage with `random.sample`
stable
2022-11-23, by Raphaël Gomès
typing: add type hints to mercurial/help.py
2022-11-20, by Matt Harbison
match: make the FLAG_RE pattern a raw string
stable
2022-11-22, by Matt Harbison
configitems: add a default value for "merge-tools.xxx.regappend"
2022-11-20, by Matt Harbison
attr: vendor 22.1.0
2022-11-21, by Matt Harbison
tests: update test-util.py for modern attrs package
2022-11-21, 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
2022-11-20, by Matt Harbison
branching: merge stable into default
2022-11-19, by Raphaël Gomès
Added signature for changeset c890d8b8bc59
stable
2022-11-19, by Raphaël Gomès
Added tag 6.3.1 for changeset c890d8b8bc59
stable
2022-11-19, by Raphaël Gomès
relnotes: add 6.3.1
stable
6.3.1
2022-11-19, by Raphaël Gomès
tests: fix test-sparse-revlog
2022-11-19, by Pierre-Yves David
memory-usage: fix `hg log --follow --rev R F` space complexity
stable
2022-11-19, by Pierre-Yves David
tests: run many tests in $TESTTMP/repo instead of $TESTTMP
stable
2022-11-18, by Arseniy Alekseyev
tests: fix the detection of dirstate-v2 in hghave.py
stable
2022-11-18, by Arseniy Alekseyev
dirstate-v2: do not put the dirstate data file in a transaction,
stable
2022-11-17, by Arseniy Alekseyev
commit: properly consider file include and exclude options when closing branch
stable
2022-11-18, by Matt Harbison
tests: demonstrate a bug blocking a redundant branch close
stable
2022-11-18, by Matt Harbison
tests: stop creating temporary files in TESTDIR
stable
2022-11-17, 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
2022-11-16, by Pierre-Yves David
matcher: fix the issue with regex inline-flag in rust oo
stable
2022-11-16, by Pierre-Yves David
matcher: fix issues regex flag contained in pattern (issue6759)
stable
2022-11-16, by Pierre-Yves David
release: removed the 6.3.0 tag
stable
2022-11-16, 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
hg-core: relax dependencies pinning
stable
2022-11-14, by Raphaël Gomès
tests: make running ls in a no longer existing directory more portable
stable
2022-11-14, by Anton Shestakov
tests: move some lines inside #if windows-#else block test-removeemptydirs.t
stable
2022-11-14, by Anton Shestakov
tests: use ls -A instead of ls -1 in test-removeemptydirs.t
stable
2022-06-20, by Anton Shestakov
release: add the "6.3" to the 6.3 release
stable
2022-11-15, by Pierre-Yves David
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
tip