Fri, 26 Nov 2021 17:22:14 +0100 |
Pierre-Yves David |
extensions: add a default "*" suboptions prefix
|
changeset |
files
|
Fri, 26 Nov 2021 17:17:49 +0100 |
Pierre-Yves David |
extension: add a `required` suboption to enforce the use of an extensions
|
changeset |
files
|
Mon, 29 Nov 2021 13:09:04 +0100 |
Pierre-Yves David |
extensions: highlight the name of the faulty extensions in the error message
|
changeset |
files
|
Fri, 26 Nov 2021 16:55:34 +0100 |
Pierre-Yves David |
extensions: refactor handling of loading error make it reusable
|
changeset |
files
|
Fri, 26 Nov 2021 16:51:58 +0100 |
Pierre-Yves David |
extensions: ignore "sub-options" when looking for extensions
|
changeset |
files
|
Tue, 23 Nov 2021 17:52:38 -0800 |
Gregory Szorc |
automation: support Python 3.10 on Windows
|
changeset |
files
|
Mon, 15 Nov 2021 20:10:50 -0800 |
Gregory Szorc |
contrib: update Windows environment to Python 3.9.9
|
changeset |
files
|
Mon, 29 Nov 2021 14:07:47 +0000 |
Arseniy Alekseyev |
rhg: implement the debugignorerhg subcommand
|
changeset |
files
|
Mon, 29 Nov 2021 14:06:41 +0000 |
Arseniy Alekseyev |
rhg: refactor to use IgnoreFnType alias more widely
|
changeset |
files
|
Thu, 11 Nov 2021 14:26:25 +0000 |
Arseniy Alekseyev |
rhg: only complain about poorly configured fallback when falling back
|
changeset |
files
|
Wed, 24 Nov 2021 20:51:01 -0500 |
Matt Harbison |
packaging: bump pygit2 to 1.7.1
|
changeset |
files
|
Wed, 24 Nov 2021 20:45:27 -0500 |
Matt Harbison |
packaging: bump windows_curses to 2.3.0
|
changeset |
files
|
Wed, 24 Nov 2021 20:43:05 -0500 |
Matt Harbison |
packaging: regenerate the requirements files with pip-tools 6.4.0
|
changeset |
files
|
Fri, 26 Nov 2021 15:59:09 +0100 |
Simon Sapin |
rhg: Add support for `rhg status -n`
|
changeset |
files
|
Fri, 19 Nov 2021 18:48:34 -0800 |
Martin von Zweigbergk |
filemerge: simplify slightly by using filectx.decodeddata()
|
changeset |
files
|
Fri, 19 Nov 2021 18:14:25 -0800 |
Martin von Zweigbergk |
filemerge: rename _formatconflictmarker() since it formats a label
|
changeset |
files
|
Sun, 28 Nov 2021 11:27:08 +0100 |
Thomas Klausner |
tests: fix test-fix on NetBSD
stable
|
changeset |
files
|
Tue, 23 Nov 2021 20:04:22 +0100 |
Simon Sapin |
rhg: Fix status desambiguation of symlinks and executable files
|
changeset |
files
|
Tue, 23 Nov 2021 19:40:29 +0100 |
Simon Sapin |
rhg: Rename cat_file_is_modified
|
changeset |
files
|
Tue, 23 Nov 2021 19:39:51 +0100 |
Simon Sapin |
rhg: Also parse flags in the manifest parser
|
changeset |
files
|
Tue, 23 Nov 2021 18:27:42 +0100 |
Simon Sapin |
rhg: Propogate manifest parse errors instead of panicking
|
changeset |
files
|
Fri, 19 Nov 2021 17:34:48 +0100 |
Simon Sapin |
tests: Adapt test-basic.t expected output for rhg
|
changeset |
files
|
Tue, 09 Nov 2021 19:28:13 +0100 |
Simon Sapin |
rhg: Colored output is not supported
|
changeset |
files
|
Tue, 09 Nov 2021 19:09:57 +0100 |
Simon Sapin |
rhg: [encode] and [decode] config sections are not supported
|
changeset |
files
|
Tue, 09 Nov 2021 18:56:55 +0100 |
Simon Sapin |
rhg: Config commands.status.terse is not supported
|
changeset |
files
|
Tue, 09 Nov 2021 18:39:37 +0100 |
Simon Sapin |
rhg: Propagate config errors in `rhg status`
|
changeset |
files
|
Tue, 09 Nov 2021 17:09:40 +0100 |
Simon Sapin |
rhg: $HG_PENDING is not supported
|
changeset |
files
|
Tue, 09 Nov 2021 19:55:46 +0100 |
Simon Sapin |
rhg: Enable `rhg status` in most tests
|
changeset |
files
|
Tue, 23 Nov 2021 15:35:31 +0530 |
Pulkit Goyal |
Added signature for changeset 5d08b289e2e5
stable
|
changeset |
files
|
Tue, 23 Nov 2021 15:35:21 +0530 |
Pulkit Goyal |
Added tag 6.0 for changeset 5d08b289e2e5
stable
|
changeset |
files
|
Wed, 17 Nov 2021 13:47:25 +0100 |
Mathias De Mare |
packaging: make rpm relocatable
stable 6.0
|
changeset |
files
|
Wed, 17 Nov 2021 13:28:22 +0100 |
Mathias De Mare |
dockerrpm: always use current user and group
stable
|
changeset |
files
|
Thu, 18 Nov 2021 12:31:37 +0100 |
Mads Kiilerich |
cext: fix Python 3.11 compatibility - Py_SIZE is not an lvalue (issue6610)
stable
|
changeset |
files
|
Fri, 19 Nov 2021 11:20:10 +0100 |
Raphaël Gomès |
branching: merge stable into default
|
changeset |
files
|
Tue, 16 Nov 2021 16:38:37 +0100 |
Raphaël Gomès |
heptapod-ci: re-introduce Windows CI
stable
|
changeset |
files
|
Mon, 15 Nov 2021 19:53:01 -0800 |
Gregory Szorc |
cext: define S_IFLNK on Python 2.7 and Windows
stable
|
changeset |
files
|
Mon, 15 Nov 2021 12:03:28 +0100 |
Thomas Klausner |
tests: dd status=noxfer is not portable (issue6523)
stable
|
changeset |
files
|
Mon, 15 Nov 2021 00:15:21 +0100 |
Thomas Klausner |
tests: use more portable mkdir -p instead of --parents (issue6591)
stable
|
changeset |
files
|
Mon, 15 Nov 2021 00:08:02 +0100 |
Thomas Klausner |
tests: fix test-censor by improving regexp (issue6585)
stable
|
changeset |
files
|
Wed, 10 Nov 2021 08:09:34 -0800 |
Martin von Zweigbergk |
ci: stop running with Python 2
|
changeset |
files
|
Wed, 10 Nov 2021 11:43:22 +0100 |
Raphaël Gomès |
internals: typo pass on the dirstate-v2 help file
stable
|
changeset |
files
|
Wed, 10 Nov 2021 11:42:13 +0100 |
Raphaël Gomès |
dirstate-v2: fix confusion between requirement and format config variable
stable
|
changeset |
files
|
Wed, 10 Nov 2021 10:58:13 +0100 |
Raphaël Gomès |
internals: correct dirstate-v2 format variable in the documentation
stable
|
changeset |
files
|
Wed, 10 Nov 2021 10:50:54 +0100 |
Raphaël Gomès |
hghave: update dirstate-v2 format config option
stable
|
changeset |
files
|
Wed, 10 Nov 2021 14:54:55 -0500 |
Augie Fackler |
merge: with stable
|
changeset |
files
|
Tue, 09 Nov 2021 22:06:40 +0530 |
Pulkit Goyal |
Added signature for changeset a44bb185f6bd
stable
|
changeset |
files
|
Tue, 09 Nov 2021 22:06:26 +0530 |
Pulkit Goyal |
Added tag 6.0rc0 for changeset a44bb185f6bd
stable
|
changeset |
files
|
Tue, 09 Nov 2021 21:56:04 +0530 |
Pulkit Goyal |
merge with default
stable 6.0rc0
|
changeset |
files
|
Tue, 09 Nov 2021 02:19:43 +0100 |
pacien |
tests: accept alternative privileged port allocation failure
stable
|
changeset |
files
|
Tue, 09 Nov 2021 02:16:43 +0100 |
pacien |
tests: allow the true command to be provided by coreutils
stable
|
changeset |
files
|
Tue, 09 Nov 2021 02:08:18 +0100 |
pacien |
tests: add guard check for suid support
stable
|
changeset |
files
|
Tue, 26 Oct 2021 19:47:30 +0100 |
Arseniy Alekseyev |
rhg: more efficient `HgPath::join`
|
changeset |
files
|
Tue, 09 Nov 2021 15:25:38 +0100 |
Raphaël Gomès |
relnotes: update 6.0 with the last changes for the release
|
changeset |
files
|
Tue, 09 Nov 2021 15:43:29 +0100 |
Simon Sapin |
rhg: Fix `rhg status` file content comparison
|
changeset |
files
|
Wed, 27 Oct 2021 19:37:46 +0100 |
Arseniy Alekseyev |
rhg: make it possible to opt out of `rhg cat`
|
changeset |
files
|
Tue, 09 Nov 2021 02:00:25 +0100 |
pacien |
tests: run the whole hg-core/path_auditor test in a clean temp dir
stable
|
changeset |
files
|
Wed, 20 Oct 2021 10:25:51 +0200 |
Raphaël Gomès |
fsmonitor: fix traceback after removal of nonnormalset (issue6600)
|
changeset |
files
|
Wed, 20 Oct 2021 10:26:39 +0200 |
Raphaël Gomès |
fsmonitor: fix traceback about bytes and str incompatibility
|
changeset |
files
|
Wed, 27 Oct 2021 15:18:52 +0200 |
Raphaël Gomès |
backout: backed out changeset 67d14d4e036c
|
changeset |
files
|
Wed, 27 Oct 2021 12:07:58 +0200 |
Raphaël Gomès |
backout: backed out changeset f78d8b8c46d7
|
changeset |
files
|