Thu, 02 Mar 2023 04:11:29 +0100 Pierre-Yves David dirstate: remove _actual_file_name methode
Tue, 07 Mar 2023 03:42:40 +0100 Pierre-Yves David undo-files: cleanup legacy files when applicable stable
Mon, 06 Mar 2023 22:16:43 +0100 Pierre-Yves David undo-files: clean existing files up before writing new one stable
Tue, 07 Mar 2023 03:31:21 +0100 Pierre-Yves David undo-files: make the undo-prefix configurable in `cleanup_undo_files` stable
Mon, 06 Mar 2023 22:16:28 +0100 Pierre-Yves David undo-files: no longer pass the `repo` to `cleanup_undo_files` stable
Mon, 06 Mar 2023 20:16:17 +0100 Pierre-Yves David undo-files: relies on a explicit list of possible undo files stable
Mon, 06 Mar 2023 21:03:45 +0100 Pierre-Yves David undo-files: move the undo cleanup code in the transaction module stable
Mon, 06 Mar 2023 19:39:35 +0100 Pierre-Yves David undo-files: drop the old undo rename logic stable
Mon, 06 Mar 2023 19:22:34 +0100 Pierre-Yves David undo-files: have the transaction directly tracks and manages journal rename stable
Mon, 06 Mar 2023 19:19:27 +0100 Pierre-Yves David undo-files: add a undoname closure to the _write_undo method stable
Mon, 06 Mar 2023 13:31:04 +0100 Pierre-Yves David undo-files: cleanup backup when cleaning undos stable
Mon, 06 Mar 2023 13:30:41 +0100 Pierre-Yves David undo-files: factor the vfs map in a repository property stable
Mon, 06 Mar 2023 13:22:47 +0100 Pierre-Yves David undo-files: add a utility function to read the backup-files definition stable
Mon, 06 Mar 2023 13:05:43 +0100 Pierre-Yves David undo-files: use the cleanup function in streamclone stable
Mon, 06 Mar 2023 13:05:08 +0100 Pierre-Yves David undo-files: also remove the undo.backupfiles stable
Mon, 06 Mar 2023 13:02:16 +0100 Pierre-Yves David undo-files: use the cleanup function in narrow stable
Mon, 06 Mar 2023 12:57:46 +0100 Pierre-Yves David undo-files: extract the cleanup code from strip in a function stable
Tue, 07 Mar 2023 23:38:14 -0500 Matt Harbison run-tests: fix a crash when using the coverage options stable
Tue, 07 Mar 2023 13:39:31 +0100 Dan Villiom Podlaski Christiansen rust: fix building on macOS (issue6801) stable
Wed, 08 Mar 2023 00:46:53 +0100 Pierre-Yves David tests: fix timeout adjustement in delaypush.py stable
Tue, 28 Feb 2023 15:00:26 -0500 Matt Harbison revlog: add an exception hint when processing LFS flags without the extension
Mon, 27 Feb 2023 23:12:23 -0500 Matt Harbison tests: drop py36 conditionals in test-bad-extension.t
Mon, 27 Feb 2023 23:11:05 -0500 Matt Harbison tests: drop py36 conditionals in test-hook.t
Mon, 27 Feb 2023 22:51:18 -0500 Matt Harbison tests: drop py36 conditionals in test-http-bad-server.t
Mon, 27 Feb 2023 23:04:09 -0500 Matt Harbison configitems: enable changegroup3 by default (unless using infinitepush)
Mon, 27 Feb 2023 19:59:55 -0500 Matt Harbison infinitepush: opt out of changegroup3 unless explicitly configured
Wed, 01 Mar 2023 13:31:17 -0500 Matt Harbison statichttprepo: unbyteify several IOError messages
Wed, 01 Mar 2023 13:11:51 -0500 Matt Harbison statichttprepo: fix the vfs.join() method to match the base class definition
Wed, 01 Mar 2023 12:38:36 -0500 Matt Harbison mail: unbyteify the SMTPException message
Wed, 01 Mar 2023 12:37:05 -0500 Matt Harbison mail: add a missing argument to properly override starttls
Wed, 01 Mar 2023 11:53:31 -0500 Matt Harbison crecord: switch a curses argument to bool to appease type checkers
Wed, 01 Mar 2023 11:45:57 -0500 Matt Harbison grep: avoid reassigning byteskwargs to strkwargs
Wed, 01 Mar 2023 11:33:57 -0500 Matt Harbison cat: drop unnecessary internal roundtrip of kwargs
Thu, 02 Mar 2023 23:45:30 +0100 Raphaël Gomès relnotes: add 6.4 and empty next stable
Thu, 02 Mar 2023 23:30:04 +0100 Raphaël Gomès Added signature for changeset 05de4896508e stable
Thu, 02 Mar 2023 23:29:52 +0100 Raphaël Gomès Added tag 6.4rc0 for changeset 05de4896508e stable
Thu, 02 Mar 2023 22:45:44 +0100 Raphaël Gomès branching: merge default into stable stable 6.4rc0
Thu, 02 Mar 2023 15:34:45 +0100 Pierre-Yves David transaction: drive the aberratant branch special case away
Thu, 02 Mar 2023 15:33:04 +0100 Pierre-Yves David transaction: remove the `branch` backup for transaction
Thu, 02 Mar 2023 11:54:29 +0100 Pierre-Yves David dirstate: deprecate calling `setbranch` without a transaction parameter
Thu, 02 Mar 2023 14:46:37 +0100 Pierre-Yves David branch: pass current transaction when writing branch for transaction backup
Thu, 02 Mar 2023 14:46:51 +0100 Pierre-Yves David branch: pass current transaction when writing branch in shelve
Thu, 02 Mar 2023 14:45:39 +0100 Pierre-Yves David branch: pass current transaction when writing branch in import
Thu, 02 Mar 2023 14:45:29 +0100 Pierre-Yves David branch: pass current transaction when writing branch in backout command
Thu, 02 Mar 2023 14:45:21 +0100 Pierre-Yves David branch: pass current transaction when writing branch in branch command
Thu, 02 Mar 2023 14:44:43 +0100 Pierre-Yves David branch: pass current transaction when writing branch in merge
Thu, 02 Mar 2023 14:44:33 +0100 Pierre-Yves David branch: pass current transaction when writing branch in rebase
Thu, 02 Mar 2023 14:44:26 +0100 Pierre-Yves David branch: pass current transaction when writing branch in keyword
Thu, 02 Mar 2023 14:44:17 +0100 Pierre-Yves David branch: pass current transaction when writing branch in histedit
Thu, 02 Mar 2023 11:47:18 +0100 Pierre-Yves David dirstate: write the `branch` as part of the transaction if any
Thu, 02 Mar 2023 11:46:51 +0100 Pierre-Yves David dirstate: factor the transaction abort logic
Thu, 02 Mar 2023 14:50:17 +0100 Pierre-Yves David dirstate: use a context manager to handle the file used for writing the branch
Thu, 02 Mar 2023 11:54:21 +0100 Pierre-Yves David style: rewrap `ui.deprecwarn` declaration
Thu, 02 Mar 2023 19:02:52 +0100 Pierre-Yves David branching: merge stable into default
Thu, 02 Mar 2023 04:16:47 +0100 Pierre-Yves David narrow: read pending file when applicable
Thu, 02 Mar 2023 15:21:36 +0100 Raphaël Gomès Added signature for changeset 8830004967ad stable
Thu, 02 Mar 2023 15:21:23 +0100 Raphaël Gomès Added tag 6.3.3 for changeset 8830004967ad stable
Thu, 02 Mar 2023 15:07:47 +0100 Raphaël Gomès relnotes: add 6.3.3 stable 6.3.3
Tue, 28 Feb 2023 16:42:38 -0500 Matt Harbison typing: add typehints to mercurial/diffutil.py stable
Tue, 28 Feb 2023 18:14:11 -0500 Matt Harbison patchbomb: respect the `--git` option stable
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 tip