Thu, 31 Aug 2023 23:56:15 +0200 |
Pierre-Yves David |
safehasattr: drop usage in favor of hasattr
|
Wed, 30 Aug 2023 01:23:30 +0200 |
Pierre-Yves David |
localrepo: purge filecache attribute using there unicode name
|
Fri, 03 Feb 2023 01:05:41 +0100 |
Pierre-Yves David |
safehasattr: pass attribute name as string instead of bytes
|
Thu, 02 Feb 2023 17:34:48 +0100 |
Pierre-Yves David |
safehasattr: pass attribute name as string instead of bytes
|
Sat, 13 Apr 2019 01:53:59 +0200 |
Pierre-Yves David |
hgweb: move ismember from `hgweb.common` to `scmutil`
|
Wed, 15 Feb 2023 11:51:58 +0100 |
Pierre-Yves David |
commit: use `dirstate.change_files` to scope the associated `addremove`
|
Tue, 31 Jan 2023 11:41:59 +0100 |
Pierre-Yves David |
branching: merge with stable
|
Sat, 28 Jan 2023 18:26:28 +0400 |
Anton Shestakov |
scmutil: make checknewlabel() allow "_" in otherwise numeric names (issue6737)
stable
|
Mon, 17 Oct 2022 16:26:16 +0200 |
Pierre-Yves David |
reuse-delta-base: improves some documentation
|
Tue, 16 Aug 2022 18:20:42 +0200 |
Pierre-Yves David |
phase: introduce a dedicated function to check for the archived phase
|
Tue, 31 May 2022 22:50:01 +0200 |
Manuel Jacob |
py3: catch FileNotFoundError instead of checking errno == ENOENT
|
Sun, 29 May 2022 15:17:27 +0200 |
Manuel Jacob |
py3: replace `pycompat.xrange` by `range`
|
Mon, 30 May 2022 16:18:12 +0200 |
Manuel Jacob |
node: stop converting binascii.Error to TypeError in bin()
|
Mon, 21 Feb 2022 13:08:28 -0700 |
Gregory Szorc |
py3: use class X: instead of class X(object):
|
Mon, 21 Feb 2022 11:24:57 -0700 |
Gregory Szorc |
py3: use str instead of pycompat.unicode
|