Thu, 11 Jan 2024 20:37:34 +0100 |
Mads Kiilerich |
rust: address 'error: unnecessarily eager cloning of iterator items'
stable
|
Mon, 22 Jul 2024 18:20:03 +0200 |
Mads Kiilerich |
utils: fix resourceutil use of deprecated importlib.resources
stable
|
Tue, 27 Jun 2023 13:05:03 +0200 |
Mads Kiilerich |
utils: avoid using internal _imp.is_frozen()
stable
|
Thu, 11 Jan 2024 20:32:07 +0100 |
Mads Kiilerich |
cext: use sys.executable instead of deprecated Py_GetProgramFullPath
stable
|
Thu, 11 Jan 2024 21:58:55 +0100 |
Mads Kiilerich |
subrepoutil: pass re.sub 'count' argument by name
stable
|
Thu, 11 Jan 2024 21:58:55 +0100 |
Mads Kiilerich |
tests: pass re.MULTILINE to re.sub as 'flags' - not in 'count' position
stable
|
Thu, 29 Jun 2023 20:02:27 +0200 |
Mads Kiilerich |
tests: use packaging from setuptools instead of deprecated distutils
stable
|
Mon, 26 Jun 2023 15:16:51 +0200 |
Mads Kiilerich |
tests: drop test-demandimport.py distutils test that failed with warnings
stable
|
Thu, 29 Jun 2023 20:02:27 +0200 |
Mads Kiilerich |
utils: test coverage of makedate
stable
|
Fri, 25 Oct 2024 23:54:24 +0200 |
Pierre-Yves David |
docstring: backed out changeset 51057ab0dffa
stable
|
Thu, 24 Oct 2024 18:58:58 +0200 |
Raphaël Gomès |
zope-interface: add compatibility with 3.13 compiler attributes
stable
|
Thu, 24 Oct 2024 15:35:45 +0200 |
Raphaël Gomès |
py-3-13: fix traceback matching for the new Python version
stable
|
Thu, 24 Oct 2024 15:23:52 +0200 |
Raphaël Gomès |
py-3-13: stabilize the docstring output across all supported Python versions
stable
|
Thu, 24 Oct 2024 18:04:26 +0200 |
Raphaël Gomès |
test-lfs-serve-access: vastly simplify the error output check
stable
|
Sun, 31 Mar 2024 17:57:46 -0300 |
Felipe Resende |
subrepo: propagate non-default path on outgoing
stable
|
Fri, 25 Oct 2024 01:14:53 +0200 |
Felipe Resende |
outgoing: pre-indent some code
stable
|
Fri, 25 Oct 2024 01:23:24 +0200 |
Pierre-Yves David |
outgoing: move sorting in the display function
stable
|
Fri, 25 Oct 2024 01:04:38 +0200 |
Felipe Resende |
outgoing: extract changeset display in its own function
stable
|
Tue, 11 Jun 2024 14:35:52 +0200 |
Pierre-Yves David |
subrepo: move code around
stable
|
Wed, 23 Oct 2024 14:02:28 +0200 |
Raphaël Gomès |
test-lfs-serve-access: account for output differences in Python 3.12
stable
|
Wed, 23 Oct 2024 13:49:54 +0200 |
Raphaël Gomès |
patchbomb: don't test ambiguous address
stable
|
Wed, 16 Oct 2024 18:06:36 -0400 |
Matt Harbison |
windows: implement `util.cachestat` to fix numerous dirstate problems
stable
|
Mon, 14 Oct 2024 16:46:25 +0200 |
Julien Cristau |
tests: use shlex.quote instead of pipes.quote
stable
|
Tue, 15 Oct 2024 04:33:30 +0200 |
Pierre-Yves David |
demande-import-test: use `wsgiref` instead of `telnetlib` for testing
stable
|
Mon, 07 Oct 2024 19:53:24 +0200 |
Mads Kiilerich |
hgdemandimport: add collections.abc to the ignore list because Python 3.13 rc3
stable
|
Tue, 08 Oct 2024 20:50:46 +0200 |
Pierre-Yves David |
doctest: use the system hg to find the list of file to tests
stable
|
Tue, 08 Oct 2024 15:54:59 +0200 |
Pierre-Yves David |
relnotes: skip the test if the source repository is not readable
stable
|
Tue, 08 Oct 2024 15:54:59 +0200 |
Pierre-Yves David |
check-code: document reason and suggest alternative to exit code negation
stable
|
Tue, 08 Oct 2024 15:54:59 +0200 |
Pierre-Yves David |
ci: drop the HGMODULEPOLICY overwrite
stable
|
Tue, 08 Oct 2024 15:54:59 +0200 |
Pierre-Yves David |
test: preserve the existing module policy config for testrepohg resuse
stable
|
Tue, 08 Oct 2024 15:54:59 +0200 |
Pierre-Yves David |
module-policy: ignore empty module policy
stable
|
Fri, 27 Sep 2024 15:53:56 +0200 |
Pierre-Yves David |
run-tests: ensure that --no-rust do not use rust
stable
|
Tue, 17 Sep 2024 16:40:24 +0200 |
Pierre-Yves David |
rust: bump rust-cpython version to 0.7.2
stable
|
Wed, 11 Sep 2024 12:03:39 +0200 |
Pierre-Yves David |
profiling: use "stat" profiler to profile individual request
stable
|
Wed, 11 Sep 2024 12:02:38 +0200 |
Pierre-Yves David |
profiling: improve 3.12 error message for calling lsprof twice
stable
|
Wed, 11 Sep 2024 00:41:37 +0200 |
Pierre-Yves David |
test: display server error log in test-profile.t
stable
|
Thu, 05 Sep 2024 15:37:14 -0400 |
Matt Harbison |
setup: handle removal of old MSVC compiler from setuptools 65.0 (issue6910)
stable
|
Wed, 07 Aug 2024 22:05:36 +0200 |
Manuel Jacob |
merge: sort filemap only if requested by the caller
stable
|
Fri, 09 Aug 2024 22:45:32 +0200 |
Manuel Jacob |
largefiles: fix check that ensures that --all-largefiles is only used locally
stable
|
Fri, 09 Aug 2024 14:26:13 +0200 |
Manuel Jacob |
import: fix erroneous comparison of str with bytes
stable
|
Thu, 08 Aug 2024 17:28:38 +0400 |
Anton Shestakov |
histedit: create state and acquire locks earlier
stable
|
Tue, 06 Aug 2024 22:51:41 +0200 |
Manuel Jacob |
py3: use str literal instead of bytes literal
stable
|
Tue, 06 Aug 2024 18:23:59 +0200 |
Manuel Jacob |
typing: fix type annotation
stable
|
Tue, 06 Aug 2024 17:53:59 +0200 |
Manuel Jacob |
cffi: pass bytes instead of str to ffi.new("char[]", …)
stable
|
Mon, 05 Aug 2024 21:21:32 +0200 |
Manuel Jacob |
cffi: call bytes() instead of str() on CFFI buffer instances
stable
|
Mon, 05 Aug 2024 21:08:36 +0200 |
Manuel Jacob |
cffi: pass C type and attribute names as str instead of bytes
stable
|
Mon, 05 Aug 2024 20:47:17 +0200 |
Manuel Jacob |
py3: fix type of some elements of __all__ lists
stable
|
Thu, 01 Aug 2024 11:14:58 +0100 |
Arseniy Alekseyev |
copytracing: fix a bug in an edge case in metadata.compute_all_files_changes
stable
|
Thu, 01 Aug 2024 13:04:38 +0100 |
Arseniy Alekseyev |
rhg: ignore readonly FS error when saving dirstate
stable
|
Thu, 01 Aug 2024 16:34:37 +0200 |
Pierre-Yves David |
Added signature for changeset 11a9e2fc0caf
stable
|
Thu, 01 Aug 2024 16:34:35 +0200 |
Pierre-Yves David |
Added tag 6.8.1 for changeset 11a9e2fc0caf
stable
|
Thu, 01 Aug 2024 15:38:24 +0200 |
Pierre-Yves David |
relnotes: add 6.8.1
stable 6.8.1
|
Thu, 01 Aug 2024 14:00:07 +0200 |
Raphaël Gomès |
rhg: expand user and environment variables in ignore includes
stable
|
Fri, 26 Jul 2024 10:52:28 +0200 |
Julien Cristau |
demandimport: don't delay threading import
stable
|
Thu, 11 Jul 2024 11:10:40 -0400 |
Matt Harbison |
win32mbcs: use str for encoding value
stable
|
Fri, 12 Jul 2024 15:29:35 +0400 |
Anton Shestakov |
copyright: update to 2024
stable
|
Mon, 08 Jul 2024 17:52:08 +0200 |
Raphaël Gomès |
Added signature for changeset 11f41248595b
stable
|
Mon, 08 Jul 2024 17:51:56 +0200 |
Raphaël Gomès |
Added tag 6.8 for changeset 11f41248595b
stable
|
Mon, 08 Jul 2024 17:51:04 +0200 |
Raphaël Gomès |
relnotes: add 6.8
stable 6.8
|
Mon, 08 Jul 2024 16:44:07 +0200 |
Pierre-Yves David |
test-check: don't report distutils as a local import
stable
|