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
Mon, 12 Jul 2021 03:30:04 +0200 Pierre-Yves David sigpipe-remote: simply delegate pipe forwarding to subprocess we can kill
Mon, 12 Jul 2021 03:29:21 +0200 Pierre-Yves David sigpipe-remote: verify the script is IO are unbuffered
Sun, 11 Jul 2021 23:08:00 +0200 Pierre-Yves David sigpipe-remote: check environment variable sooner
Mon, 12 Jul 2021 00:14:11 +0200 Pierre-Yves David test-sigpipe: run the hook using `sh`
Thu, 10 Jun 2021 17:58:03 +0200 Raphaël Gomès windows: add windows behavior on broken pager
Wed, 07 Jul 2021 23:04:19 +0530 Pulkit Goyal mergestate: use dirstate.update_file API in recordupdates()
Fri, 09 Jul 2021 15:27:38 +0530 Pulkit Goyal dirstate: add dedicated function for updating data of a file
Wed, 07 Jul 2021 19:36:14 +0200 Pierre-Yves David dirstate: add a `update_file` function
Thu, 08 Jul 2021 04:29:36 +0200 Pierre-Yves David resolve: use the `parentchange` context manager to apply merge action
Thu, 08 Jul 2021 22:08:32 +0200 Pierre-Yves David sparse: adjust the temporary includes within a `parentchange` context
Thu, 08 Jul 2021 21:26:21 +0200 Pierre-Yves David amend: adjust the dirstate within a `parentchange` context
Thu, 08 Jul 2021 21:20:37 +0200 Pierre-Yves David dirstate: use the right internal API in a test script
Thu, 08 Jul 2021 19:06:32 +0200 Pierre-Yves David sparse: clear rules in the context of a `parentchanges` context
Thu, 08 Jul 2021 18:59:55 +0200 Pierre-Yves David sparse: make sure we adjust the dirstate at the same time as the parent
Thu, 08 Jul 2021 18:51:45 +0200 Pierre-Yves David narrow: update narrow spec within a dirstate.parentchange context
Thu, 08 Jul 2021 18:30:24 +0200 Pierre-Yves David revert: use `set_untracked` instead of `drop` when applicable
Thu, 08 Jul 2021 04:47:36 +0200 Pierre-Yves David revert: use `set_untracked` when performing a revert
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip