Mon, 18 Jul 2022 03:29:53 -0400 |
derekbrowncmu |
subrepo: avoid opening console window for non-native subrepos on Windows
|
Tue, 19 Jul 2022 12:41:46 +0200 |
Georges Racinet |
mergestate: action name was str
stable
|
Wed, 13 Jul 2022 17:13:33 -0400 |
Matt Harbison |
ci: bump pytype to 2022.03.29
|
Wed, 13 Jul 2022 12:47:40 -0400 |
Matt Harbison |
typing: suppress a few attribute errors in url.py
|
Wed, 13 Jul 2022 11:30:13 -0400 |
Matt Harbison |
typing: suppress a few pyi-errors with more recent pytype
|
Wed, 13 Jul 2022 18:27:40 +0200 |
Ondrej Pohorelsky |
sslutil: another use proper attribute to select python 3.7+
stable
|
Tue, 12 Jul 2022 15:59:53 +0200 |
Mathias De Mare |
sslutil: use proper attribute to select python 3.7+
stable
|
Wed, 06 Jul 2022 11:52:26 +0400 |
Anton Shestakov |
git: copy findmissingrevs() from revlog.py to gitlog.py (issue6472)
stable
|
Mon, 04 Jul 2022 17:16:13 +0400 |
Anton Shestakov |
git: add a missing reset_copy keyword argument to dirstate.set_tracked()
stable
|
Mon, 04 Jul 2022 15:01:52 +0400 |
Anton Shestakov |
git: make sure to fsdecode bookmark names everywhere (issue6723)
stable
|
Wed, 13 Jul 2022 18:27:40 +0200 |
Ondrej Pohorelsky |
sslutil: another use proper attribute to select python 3.7+
|
Tue, 12 Jul 2022 15:59:53 +0200 |
Mathias De Mare |
sslutil: use proper attribute to select python 3.7+
|
Mon, 11 Jul 2022 09:54:40 +0200 |
Raphaël Gomès |
branching: merge stable into default
|
Mon, 11 Jul 2022 09:50:32 +0200 |
Raphaël Gomès |
Added signature for changeset 094a5fa3cf52
stable
|
Mon, 11 Jul 2022 09:50:13 +0200 |
Raphaël Gomès |
Added tag 6.2 for changeset 094a5fa3cf52
stable
|
Mon, 11 Jul 2022 01:51:20 +0200 |
Manuel Jacob |
procutil: make stream detection in make_line_buffered more correct and strict
stable 6.2
|
Tue, 05 Jul 2022 17:53:26 +0200 |
Pierre-Yves David |
repo-upgrade: avoid a crash when multiple optimisation are specified
stable
|
Wed, 25 May 2022 18:29:21 +0200 |
Raphaël Gomès |
rust: remove excessive calls to `#[timed]`
stable
|
Wed, 25 May 2022 16:50:00 +0200 |
Raphaël Gomès |
rhg: add error message for paths outside the repository when cwd != root
stable
|
Wed, 18 May 2022 15:53:28 +0100 |
Raphaël Gomès |
rust: don't swallow valuable error information
stable
|
Wed, 18 May 2022 09:50:39 +0100 |
Raphaël Gomès |
rust: add message to `DirstateV2ParseError` to give some context
stable
|
Sun, 12 Jun 2022 16:04:57 +0100 |
Ian Moody |
py3: stop using deprecated Element.getchildren() method in convert/darcs
stable
|
Sun, 12 Jun 2022 16:01:31 +0100 |
Ian Moody |
py3: fix bytes/unicode issues in convert/darcs
stable
|
Wed, 15 Jun 2022 01:01:02 +0100 |
Ian Moody |
convert: remove old ElementTree import cruft from darcs
stable
|
Thu, 16 Jun 2022 20:44:52 +0200 |
Raphaël Gomès |
relnotes: add 6.2rc0
stable
|
Thu, 16 Jun 2022 18:07:09 +0200 |
Raphaël Gomès |
Added signature for changeset 288de6f5d724
stable
|
Thu, 16 Jun 2022 18:06:55 +0200 |
Raphaël Gomès |
Added tag 6.2rc0 for changeset 288de6f5d724
stable
|
Thu, 16 Jun 2022 15:28:54 +0200 |
Raphaël Gomès |
branching: merge default into stable
stable 6.2rc0
|
Thu, 16 Jun 2022 15:20:48 +0200 |
Raphaël Gomès |
branching: merge stable into default
|
Thu, 16 Jun 2022 15:15:03 +0200 |
Raphaël Gomès |
relnotes: add 6.1.3 and 6.1.4
stable
|
Thu, 16 Jun 2022 15:09:59 +0200 |
Raphaël Gomès |
Added signature for changeset 0cc5f74ff7f0
stable
|
Thu, 16 Jun 2022 15:09:46 +0200 |
Raphaël Gomès |
Added tag 6.1.4 for changeset 0cc5f74ff7f0
stable
|
Sat, 11 Jun 2022 00:26:25 +0200 |
Pierre-Yves David |
sparse: use the rust code even when sparse is present
|
Fri, 10 Jun 2022 23:19:04 +0200 |
Pierre-Yves David |
sparse: directly inline the `set_tracked` and `copy` wrapping
|
Sat, 11 Jun 2022 00:00:29 +0200 |
Pierre-Yves David |
spares: clarify some test about merging copies
|
Fri, 10 Jun 2022 23:29:04 +0200 |
Pierre-Yves David |
sparse: drop the useless wrapping of `dirstate.set_untracked`
|
Sat, 11 Jun 2022 00:59:11 +0200 |
Pierre-Yves David |
sparse: directly inline the `rebuild` wrapping
|
Sat, 11 Jun 2022 00:58:41 +0200 |
Pierre-Yves David |
sparse: directly inline the `walk` wrapping
|
Sat, 11 Jun 2022 00:56:50 +0200 |
Pierre-Yves David |
sparse: use None as the sparse matcher value when disabled
|
Wed, 08 Jun 2022 09:31:01 +0200 |
Pierre-Yves David |
sparse: start moving away from the global variable for detection of usage
|
Fri, 10 Jun 2022 19:54:08 +0200 |
Pierre-Yves David |
test: fix test-sparse-revlog output after debugdeltachain change
|
Tue, 14 Jun 2022 11:26:18 +0200 |
Pierre-Yves David |
purge: prevent a silly crash with --confirm --files
stable 6.1.4
|
Wed, 08 Jun 2022 18:18:19 +0200 |
Raphaël Gomès |
rust-dirstate: add support for nevermatcher
|
Wed, 08 Jun 2022 18:12:55 +0200 |
Raphaël Gomès |
rust-dirstate: add `intersectionmatcher` to the allowed matchers
|
Wed, 08 Jun 2022 18:09:24 +0200 |
Raphaël Gomès |
rust: add IntersectionMatcher
|
Wed, 08 Jun 2022 15:39:14 +0200 |
Raphaël Gomès |
rust-dirstate: add `unionmatcher` to the allowed matchers
|
Wed, 08 Jun 2022 11:55:40 +0200 |
Raphaël Gomès |
rust: add UnionMatcher
|
Wed, 08 Jun 2022 15:30:58 +0200 |
Raphaël Gomès |
hg-cpython: refactor matcher transformation logic
|
Wed, 08 Jun 2022 15:12:34 +0200 |
Raphaël Gomès |
rust: use owned types in `Matcher`
|
Thu, 09 Jun 2022 10:45:27 +0200 |
Raphaël Gomès |
hg-cpython: fallback when encountering an unknown matcher
|
Tue, 14 Jun 2022 19:40:35 +0200 |
Pierre-Yves David |
auto-upgrade: add an option to silence the safe-mismatch message
|
Tue, 14 Jun 2022 15:22:05 +0200 |
Pierre-Yves David |
auto-upgrade: add an option to silence the tracked-hint message
|
Tue, 14 Jun 2022 15:19:45 +0200 |
Pierre-Yves David |
auto-upgrade: add an option to silence the dirstate-v2 message
|
Tue, 14 Jun 2022 15:17:51 +0200 |
Pierre-Yves David |
auto-upgrade: rename a variable to match the actual content
|
Tue, 14 Jun 2022 15:11:36 +0200 |
Pierre-Yves David |
auto-upgrade: add an option to silence the share-safe message
|
Tue, 14 Jun 2022 15:45:37 +0200 |
Pierre-Yves David |
auto-upgrade: add a test that will host "quiet" testing
|
Wed, 08 Jun 2022 19:15:58 +0200 |
Raphaël Gomès |
rust-status: don't trigger dirstate v1 rewrite when only v2 data is changed
stable
|
Wed, 18 May 2022 10:39:45 +0100 |
Pierre-Yves David |
bundlespec: check the `obsolescence` value before adding the caps
|
Wed, 25 May 2022 11:53:34 +0200 |
Pierre-Yves David |
bundlespec: handle the presence of obsmarker part
|
Wed, 18 May 2022 12:07:50 +0100 |
Pierre-Yves David |
bundlespec: fix the generation of bundlespec for `cg.version`
|