Mon, 07 Apr 2025 10:35:46 +0200 |
Raphaël Gomès |
branching: merge stable into default
default tip
|
Sun, 06 Apr 2025 11:34:40 +0200 |
Pierre-Yves David |
Added signature for changeset 010a86744bfc
stable
|
Sun, 06 Apr 2025 11:34:32 +0200 |
Pierre-Yves David |
Added tag 7.0.1 for changeset 010a86744bfc
stable
|
Fri, 04 Apr 2025 02:51:14 +0200 |
Pierre-Yves David |
relnotes: add notes for 7.0.1
stable 7.0.1
|
Fri, 04 Apr 2025 02:48:52 +0200 |
Pierre-Yves David |
relnotes: drop the release candidate mention in 7.0
stable
|
Thu, 03 Apr 2025 16:20:04 +0200 |
Raphaël Gomès |
branching: revert changes wrongly merged-in from default
stable
|
Thu, 03 Apr 2025 15:48:30 +0200 |
Raphaël Gomès |
branching: merge 6.9.5 release into stable
stable
|
Thu, 03 Apr 2025 15:32:58 +0200 |
Raphaël Gomès |
Added signature for changeset 3d34a380ea3a
stable
|
Thu, 03 Apr 2025 15:32:43 +0200 |
Raphaël Gomès |
Added tag 6.9.5 for changeset 3d34a380ea3a
stable
|
Thu, 03 Apr 2025 15:24:28 +0200 |
Raphaël Gomès |
relnotes: add 6.9.5
stable 6.9.5
|
Wed, 02 Apr 2025 17:15:48 +0200 |
Pierre-Yves David |
vendor: upgrade to python-zstandard 0.23.0
stable
|
Wed, 02 Apr 2025 23:14:15 +0200 |
Raphaël Gomès |
test-check-rust-format: ignore contrib and thirdparty code
stable
|
Fri, 28 Mar 2025 12:39:00 +0100 |
Pierre-Yves David |
ci: switch the "checks" job to a "v3.0" images
|
Fri, 28 Mar 2025 13:42:34 +0100 |
Pierre-Yves David |
hghave: import `Version` directly from `packaging`
|
Sat, 29 Mar 2025 02:53:13 +0100 |
Pierre-Yves David |
pylint: skip the score computation and display
|
Sat, 29 Mar 2025 02:44:53 +0100 |
Pierre-Yves David |
pylint: run on the source we want to check, not the installed packaged
|
Sat, 29 Mar 2025 02:17:39 +0100 |
Pierre-Yves David |
rust: avoid building during Cargo.lock checking
|
Fri, 28 Mar 2025 11:14:29 +0100 |
Pierre-Yves David |
ci: run the check job with --pure to speed up the install
|
Mon, 17 Mar 2025 17:22:09 +0100 |
expeehaa |
fastexport: fix handling of symbolic links
stable
|
Wed, 19 Mar 2025 00:58:43 +0100 |
Manuel Jacob |
fastexport: don’t crash if repository is empty
stable
|
Fri, 14 Mar 2025 14:01:07 -0400 |
Mitchell Kember |
rust-annotate: allow --follow
|
Thu, 20 Mar 2025 09:59:31 -0400 |
Mitchell Kember |
rust-annotate: support --rev wdir()
|
Tue, 18 Feb 2025 16:21:09 -0500 |
Mitchell Kember |
rust: refactor commands::annotate in preparation for wdir
|
Thu, 20 Mar 2025 09:59:24 -0400 |
Mitchell Kember |
rust: refactor operations::annotate in preparation for wdir
|
Mon, 03 Mar 2025 10:45:09 -0500 |
Mitchell Kember |
annotate: use exit code 255 for missing files
|
Tue, 18 Feb 2025 14:35:06 -0500 |
Mitchell Kember |
annotate: add test for file not found
|
Tue, 18 Feb 2025 14:19:51 -0500 |
Mitchell Kember |
rust-annotate: prefix abort messages with "abort:"
|
Wed, 19 Feb 2025 11:52:14 -0500 |
Mitchell Kember |
rust-revset: support resolving wdir()
|
Wed, 19 Feb 2025 11:46:18 -0500 |
Mitchell Kember |
rust-revlog: add RevisionOrWdir
|
Fri, 14 Feb 2025 14:38:00 -0500 |
Mitchell Kember |
rust-config: add username parsing
|
Mon, 03 Mar 2025 10:58:50 -0500 |
Mitchell Kember |
rust-utils: reimplement clean_whitespace without regex
|
Mon, 03 Mar 2025 10:58:47 -0500 |
Mitchell Kember |
rust-utils: add tests for clean_whitespace
|
Tue, 25 Feb 2025 11:24:58 -0500 |
Mitchell Kember |
rust-utils: make clean_whitespace mutate input
|
Tue, 25 Feb 2025 11:29:24 -0500 |
Mitchell Kember |
rust-utils: remove CleanWhitespace::None
|
Sat, 22 Feb 2025 10:25:10 -0500 |
Pierre-Yves David |
revlog: allow upgrade to and from the has_meta flag
|
Mon, 10 Feb 2025 15:12:21 +0100 |
Pierre-Yves David |
revlog: introduce a FLAG_FILELOG_META revlog flag and requirements
|
Sat, 22 Feb 2025 09:45:46 -0500 |
Pierre-Yves David |
changegroup: use REVIDX_HASMETA in changegroup '04'
|
Mon, 10 Feb 2025 15:27:36 +0100 |
Pierre-Yves David |
changegroup: add a new '04' format
|
Sat, 22 Feb 2025 22:28:05 -0500 |
Pierre-Yves David |
filelog: introduce a dedicated "has_meta" method
|
Mon, 10 Feb 2025 15:08:53 +0100 |
Pierre-Yves David |
revlog: introduce a REVIDX_HASMETA flag
|
Wed, 11 Dec 2024 01:33:51 +0000 |
Pierre-Yves David |
metadata: deal with parent swapping internally
|
Mon, 10 Feb 2025 11:51:00 +0100 |
Pierre-Yves David |
filelog: convert to revision only once in `renamed`
|
Mon, 10 Feb 2025 11:36:08 +0100 |
Pierre-Yves David |
meta-data: merge filerevisioncopied back into the filelog code
|
Sat, 22 Feb 2025 19:13:34 -0500 |
Pierre-Yves David |
test-persistent-nodemap: use narrower `hg debugformat` call
|
Thu, 20 Mar 2025 00:34:40 +0100 |
Pierre-Yves David |
revlog: properly sort the sparserevlog requirement in localrepo.py
|
Thu, 20 Mar 2025 00:32:32 +0100 |
Pierre-Yves David |
revlog: use a different unknown flag in test
|
Mon, 10 Feb 2025 10:03:37 +0100 |
Pierre-Yves David |
revlog-constants: clarify the documentation of REVIDX_HASCOPIESINFO
|
Mon, 10 Feb 2025 10:20:45 +0100 |
Pierre-Yves David |
copies: adjust return of filerevisioncopied
|
Thu, 20 Feb 2025 22:50:41 +0100 |
Pierre-Yves David |
changegroup: explicitly track support for the censor flag
|
Thu, 20 Feb 2025 22:29:19 +0100 |
Pierre-Yves David |
changegroup: keep fulltext from issue6528 fixing around
|
Thu, 20 Feb 2025 22:08:38 +0100 |
Pierre-Yves David |
changegroup: directly use the InboundRevision attributes in revlog
|
Thu, 20 Feb 2025 21:46:48 +0100 |
Pierre-Yves David |
changegroup: directly use the InboundRevision attributes in bundlerepo
|
Fri, 21 Feb 2025 08:39:04 -0500 |
Pierre-Yves David |
changegroup: directly use the InboundRevision attributes when fixing issue6528
|
Fri, 21 Feb 2025 08:37:59 -0500 |
Pierre-Yves David |
changegroup: directly use the InboundRevision attributes in remotefilelog
|
Fri, 21 Feb 2025 08:37:31 -0500 |
Pierre-Yves David |
changegroup: replace the unpacking "delta" tuple with InboundRevision
|
Thu, 20 Feb 2025 19:32:34 +0100 |
Pierre-Yves David |
changegroup: use None as a sentinel value for deltachunk iteration
|
Mon, 18 Nov 2024 15:24:51 +0100 |
Pierre-Yves David |
changegroup: rename the experimental "04" format to "05"
|
Wed, 05 Mar 2025 15:32:16 +0100 |
Raphaël Gomès |
tracing: add a way of calling the Rust tracing framework from Python
|
Tue, 04 Mar 2025 13:28:27 +0100 |
Raphaël Gomès |
rust: remove `log`, `env_logger` and `logging-timer` dependencies
|
Tue, 04 Mar 2025 15:01:16 +0100 |
Raphaël Gomès |
rust: update contributing README
|