Sat, 17 Jun 2023 04:05:53 +0200 |
Pierre-Yves David |
re2: fix reporting of availability in `hg debuginstall`
stable
|
file |
diff |
annotate
|
Sat, 17 Jun 2023 04:05:18 +0200 |
Pierre-Yves David |
re: make _checkre2 a static method
stable
|
file |
diff |
annotate
|
Sat, 17 Jun 2023 04:02:25 +0200 |
Pierre-Yves David |
re2: exit `_checkre2` early if calling it is useless
stable
|
file |
diff |
annotate
|
Thu, 05 Jan 2023 19:42:45 -0500 |
Matt Harbison |
typing: adjust `mercurial.util.iterlines()` to accept any `Iterable`
|
file |
diff |
annotate
|
Fri, 16 Dec 2022 14:24:02 -0500 |
Matt Harbison |
util: fix the signature of observedbufferedinputpipe._fillbuffer()
|
file |
diff |
annotate
|
Fri, 16 Dec 2022 14:15:09 -0500 |
Matt Harbison |
tests: drop some obsolete py2 handling in util.py doctest
|
file |
diff |
annotate
|
Fri, 04 Nov 2022 17:35:44 -0400 |
Matt Harbison |
util: implement `writelines()` on atomictempfile
|
file |
diff |
annotate
|
Tue, 31 May 2022 23:41:15 +0200 |
Manuel Jacob |
py3: catch PermissionError instead of checking errno == EPERM
|
file |
diff |
annotate
|
Tue, 31 May 2022 22:50:01 +0200 |
Manuel Jacob |
py3: catch FileNotFoundError instead of checking errno == ENOENT
|
file |
diff |
annotate
|
Thu, 02 Jun 2022 23:57:56 +0200 |
Manuel Jacob |
chg: replace mercurial.util.recvfds() by simpler pure Python implementation
|
file |
diff |
annotate
|
Tue, 10 May 2022 20:30:26 +0100 |
Arseniy Alekseyev |
clone: use better names for temp files
|
file |
diff |
annotate
|
Tue, 29 Mar 2022 23:31:37 -0400 |
Matt Harbison |
util: drop a duplicate import
|
file |
diff |
annotate
|
Tue, 29 Mar 2022 22:22:36 -0400 |
Matt Harbison |
util: restore the util.pickle symbol
|
file |
diff |
annotate
|
Mon, 21 Feb 2022 13:08:28 -0700 |
Gregory Szorc |
py3: use class X: instead of class X(object):
|
file |
diff |
annotate
|
Thu, 03 Mar 2022 07:56:47 -0800 |
Gregory Szorc |
util: remove iterfile() variant for buggy EINTR handling
|
file |
diff |
annotate
|
Thu, 03 Mar 2022 18:28:30 -0800 |
Gregory Szorc |
global: bulk replace simple pycompat.iteritems(x) with x.items()
|
file |
diff |
annotate
|
Mon, 21 Feb 2022 10:35:42 -0700 |
Gregory Szorc |
util: remove superfluous ispy3 test
|
file |
diff |
annotate
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
file |
diff |
annotate
|
Sun, 20 Feb 2022 15:03:26 -0700 |
Gregory Szorc |
py3: use io.BytesIO directly
|
file |
diff |
annotate
|
Tue, 01 Mar 2022 20:29:03 -0800 |
Gregory Szorc |
py3: use pickle directly
|
file |
diff |
annotate
|
Thu, 23 Dec 2021 14:47:52 +0100 |
Raphaël Gomès |
urls: remove deprecated APIs
|
file |
diff |
annotate
|
Mon, 20 Sep 2021 11:05:30 -0400 |
Matt Harbison |
util: eliminate the possibility of returning None from `versiontuple()`
|
file |
diff |
annotate
|
Mon, 20 Sep 2021 10:46:35 -0400 |
Matt Harbison |
util: avoid a name-error warning in the `mmapread` exception handler
|
file |
diff |
annotate
|
Sat, 10 Jul 2021 13:46:24 +0200 |
Pierre-Yves David |
windows: introduce a `util.abspath` to replace os.path.abspath
|
file |
diff |
annotate
|
Wed, 09 Jun 2021 15:33:58 +0200 |
Pierre-Yves David |
copyfiles: add a way to relax the file system checking for hardlink
|
file |
diff |
annotate
|
Tue, 08 Jun 2021 02:31:17 +0200 |
Pierre-Yves David |
copyfile: add a option callback for failed hardlinking
|
file |
diff |
annotate
|
Mon, 07 Jun 2021 21:09:31 +0200 |
Pierre-Yves David |
copyfiles: deal with existing file when hardlinking
|
file |
diff |
annotate
|
Sun, 30 May 2021 18:08:52 +0200 |
Pierre-Yves David |
util: add `nb_bytes` argument to `copyfile` to partially copy a file
|
file |
diff |
annotate
|
Mon, 17 May 2021 15:05:24 +0200 |
Raphaël Gomès |
branching: merge stable into default
|
file |
diff |
annotate
|
Fri, 07 May 2021 22:06:25 -0400 |
Matt Harbison |
merge with stable
|
file |
diff |
annotate
|