Tue, 13 Jul 2021 17:18:23 +0200 Simon Sapin dirstate-v2: Support appending to the same data file
Tue, 13 Jul 2021 09:44:44 +0200 Simon Sapin dirstate-v2: shrink on-disk path lengths to 16-bits
Mon, 12 Jul 2021 23:05:56 +0200 Simon Sapin dirstate-v2: Rename Header to Root, move it to the end of the data file
Mon, 12 Jul 2021 22:46:52 +0200 Simon Sapin dirstate-v2: Enforce data size read from the docket file
Thu, 08 Jul 2021 12:18:21 +0200 Simon Sapin dirstate-v2: Introduce a docket file
Thu, 15 Jul 2021 17:24:09 +0200 Pierre-Yves David dirstate: replace a dead conditional branch with an assert in `update_file`
Wed, 14 Jul 2021 23:32:35 +0200 Pierre-Yves David dirstate-map: do not use `size` to gate copy dropping during remove_file
Thu, 15 Jul 2021 00:27:29 +0200 Pierre-Yves David dirstate: drop a duplicated assert
Thu, 15 Jul 2021 00:22:49 +0200 Pierre-Yves David dirstate: drop duplicated check
Mon, 19 Jul 2021 06:21:04 +0200 Pierre-Yves David dirstate: add a `set_possibly_dirty` in `fakedirstatewritetime`
Mon, 19 Jul 2021 06:20:00 +0200 Pierre-Yves David dirstatemap: use `set_possibly_dirty` in `clearambiguoustimes`
Mon, 19 Jul 2021 06:30:04 +0200 Pierre-Yves David dirstate-item: use `set_possibly_dirty` in `pure.pack_dirstate`
Mon, 19 Jul 2021 06:29:30 +0200 Pierre-Yves David dirstate-item: add a `set_possibly_dirty` method
Tue, 13 Jul 2021 13:06:50 +0200 Pierre-Yves David dirstate-item: add a `from_v1_data` constructor
Tue, 13 Jul 2021 13:04:49 +0200 Pierre-Yves David dirstate-item: use an explicit __init__ function instead of the attrs one
Thu, 08 Jul 2021 10:28:20 +0200 Pierre-Yves David dirstate: deprecated `drop` outside of `update/merge`
Thu, 08 Jul 2021 03:30:11 +0200 Pierre-Yves David dirstate: deprecated `remove` outside of `update/merge`
Thu, 08 Jul 2021 00:35:06 +0200 Pierre-Yves David dirstate: deprecate the `add` method outside of update/merge context
Mon, 19 Jul 2021 22:19:36 +0200 Pierre-Yves David upgrade: avoid a traceback in case of unrecognized revlog
Mon, 19 Jul 2021 22:39:08 +0200 Pierre-Yves David walk: no longer ignore revlogs of files starting with `undo.` (issue6542)
Tue, 13 Jul 2021 14:54:09 +0530 Pulkit Goyal largefiles: replace use of synclfdirstate with drop
Sat, 17 Jul 2021 12:47:07 +0200 Cédric Krier testing: do not stop waiting if timeout is 0 (issue6541)
Thu, 08 Jul 2021 22:04:31 +0200 Pierre-Yves David largefile: use `parentchange` markcommitted
Thu, 08 Jul 2021 03:54:54 +0200 Pierre-Yves David largefile: use `set_untracked` in the override of copy/rename
Thu, 08 Jul 2021 03:50:08 +0200 Pierre-Yves David largefile: use `set_untracked` in the `forget` override
Thu, 08 Jul 2021 03:33:56 +0200 Pierre-Yves David largefile: directly use set_untracked() for removing files
Thu, 08 Jul 2021 01:47:41 +0200 Pierre-Yves David largefile: use `parentchange` during rollback
Thu, 08 Jul 2021 01:44:49 +0200 Pierre-Yves David largefile: consider `updatelfiles` as a `parentchange`
Thu, 08 Jul 2021 01:24:29 +0200 Pierre-Yves David largefile: use `set_tracked` in the `hg copy` overwrite
Thu, 08 Jul 2021 01:24:11 +0200 Pierre-Yves David largefile: use parentchange during mergerecordupdates
Thu, 08 Jul 2021 01:23:30 +0200 Pierre-Yves David largefile: use `set_tracked` in the `hg add` overwrite
Thu, 08 Jul 2021 01:23:06 +0200 Pierre-Yves David largefile: synchronise the dirstate within a `parentchange` context
Mon, 28 Jun 2021 12:12:34 +0200 Mathias De Mare upgrade_utils: fix crash for removecldeltachain action
Fri, 16 Jul 2021 14:22:02 +0200 Pierre-Yves David windows: enforce the module policy to be c for test
Tue, 13 Jul 2021 11:37:57 -0400 Augie Fackler packaging: add command line flag to add extra vars to pyoxidizer
Mon, 12 Jul 2021 15:56:25 -0400 Augie Fackler pyoxidizer: add hooks to inject extra python packages and install files
Fri, 09 Jul 2021 11:42:48 -0400 Matt Harbison doc: wrap the help text for the purge extension
Sun, 11 Jul 2021 17:03:58 +0200 Pierre-Yves David dummyssh: call python script with python
Sun, 11 Jul 2021 16:57:53 +0200 Pierre-Yves David dummyssh: use subprocess instead of os.call
Sun, 11 Jul 2021 16:11:58 +0200 Pierre-Yves David run-test: rework the redirection script for python on windows
Sun, 11 Jul 2021 16:09:38 +0200 Pierre-Yves David run-test: act that we requires MSYS to run the test on Windows
Sun, 11 Jul 2021 15:41:18 +0200 Pierre-Yves David sigpipe-remote: display more information about the non-py3 python
Sun, 11 Jul 2021 15:40:06 +0200 Pierre-Yves David sigpipe-remote: check for python version earlier in the script
Sat, 10 Jul 2021 13:46:35 +0200 Pierre-Yves David check-code: add a rules to catch os.path.abspath
Sat, 10 Jul 2021 14:07:33 +0200 Pierre-Yves David windows: use abspath in convert.subversion
Sat, 10 Jul 2021 14:07:25 +0200 Pierre-Yves David windows: use abspath in convert.git
Sat, 10 Jul 2021 14:07:14 +0200 Pierre-Yves David windows: use abspath in convert.bzr
Sat, 10 Jul 2021 14:07:02 +0200 Pierre-Yves David windows: use abspath in the git extension
Sat, 10 Jul 2021 14:06:46 +0200 Pierre-Yves David windows: use abspath in url
Sat, 10 Jul 2021 14:06:39 +0200 Pierre-Yves David windows: use abspath in subrepoutil
Sat, 10 Jul 2021 14:06:29 +0200 Pierre-Yves David windows: use abspath in subrepo
Sat, 10 Jul 2021 14:06:19 +0200 Pierre-Yves David windows: use abspath in hgwebdir
Sat, 10 Jul 2021 14:06:06 +0200 Pierre-Yves David windows: use abspath in mercurial/hg.py
Sat, 10 Jul 2021 14:05:59 +0200 Pierre-Yves David windows: use abspath in extensions
Sat, 10 Jul 2021 14:05:49 +0200 Pierre-Yves David windows: use abspath in commandserver
Sat, 10 Jul 2021 14:05:38 +0200 Pierre-Yves David windows: use abspath in chgserver
Sat, 10 Jul 2021 13:46:24 +0200 Pierre-Yves David windows: introduce a `util.abspath` to replace os.path.abspath
Sat, 10 Jul 2021 13:10:18 +0200 Pierre-Yves David windows: enforce upper case drive letter for getcwd in mercurial too
Fri, 09 Jul 2021 23:38:24 +0200 Pierre-Yves David hg-ssh: normalize the drive of the current working directory on windows
Sat, 10 Jul 2021 01:15:03 +0200 Pierre-Yves David run-tests: enforce the drive letter from `getcwd` to upper case
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip