Fri, 01 Sep 2023 00:09:55 +0200 |
Pierre-Yves David |
pycompat: drop usage of hasattr/getattr/setattr/delatt proxy
|
Thu, 02 Mar 2023 04:16:47 +0100 |
Pierre-Yves David |
narrow: read pending file when applicable
|
Thu, 23 Feb 2023 04:28:24 +0100 |
Pierre-Yves David |
narrow: enforce that narrow spec is written within a transaction
|
Thu, 23 Feb 2023 03:28:44 +0100 |
Pierre-Yves David |
narrow: drop the dedicated backup code
|
Thu, 23 Feb 2023 03:25:44 +0100 |
Pierre-Yves David |
narrow: delegate the dirstate's narrow spec writing to the transaction
|
Thu, 23 Feb 2023 04:15:16 +0100 |
Pierre-Yves David |
narrow: delegate the narrow spec writing to the transaction
|
Thu, 23 Feb 2023 04:02:38 +0100 |
Pierre-Yves David |
narrow: get the narrow patterns from the repository object instead of disk
|
Wed, 22 Feb 2023 00:41:27 +0100 |
Pierre-Yves David |
narrow: use `running_status` in `updateworkingcopy`
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
Tue, 15 Feb 2022 13:32:11 -0500 |
Augie Fackler |
narrowspec: add timing block for validating narrowspec
|
Thu, 18 Nov 2021 13:12:40 +0100 |
Pierre-Yves David |
status: use filesystem time boundary to invalidate racy mtime
|
Thu, 14 Oct 2021 08:58:07 -0700 |
Martin von Zweigbergk |
narrow: raise StateError when working copy is stale (for detailed exit code)
|
Mon, 19 Jul 2021 17:33:45 +0200 |
Pierre-Yves David |
narrow: stop using `drop` in the `updateworkingcopy`
|
Mon, 19 Jul 2021 08:44:49 +0200 |
Pierre-Yves David |
narrow: use `update_file` instead of `normallookup` after update
|
Tue, 18 May 2021 13:08:42 -0400 |
Charles Chamberlain |
narrow: widen when files are excluded by sparse and not included by narrow
|
Tue, 23 Feb 2021 22:58:30 -0800 |
Martin von Zweigbergk |
narrow: remove assertion about working copy being clean
|
Fri, 27 Nov 2020 17:03:29 -0500 |
Augie Fackler |
formating: upgrade to black 20.8b1
|
Sat, 08 Aug 2020 16:24:12 +0530 |
Pulkit Goyal |
requirements: introduce new requirements related module
|
Mon, 03 Aug 2020 14:12:13 +0530 |
Pulkit Goyal |
merge: pass mergeresult obj instead of actions in applyupdates() (API)
|
Mon, 18 May 2020 14:59:59 -0400 |
Augie Fackler |
mergestate: split out merge state handling code from main merge module
|
Thu, 12 Mar 2020 20:08:05 -0700 |
Kyle Lippincott |
tests: remove doctest in narrowspec, it is broken
|
Tue, 08 Oct 2019 15:06:18 -0700 |
Martin von Zweigbergk |
cleanup: join string literals that are already on one line
|
Sun, 06 Oct 2019 16:55:18 -0400 |
Gregory Szorc |
py3: manually import getattr where it is needed
|
Sun, 06 Oct 2019 09:48:39 -0400 |
Augie Fackler |
formatting: byteify all mercurial/ and hgext/ string literals
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
Sun, 18 Aug 2019 00:45:33 +0300 |
Pulkit Goyal |
interfaces: create a new folder for interfaces and move repository.py in it
|
Mon, 27 May 2019 16:55:46 -0400 |
Valentin Gatien-Baron |
merge: fix race that could cause wrong size in dirstate
|
Fri, 31 May 2019 15:28:31 -0700 |
Martin von Zweigbergk |
narrowspec: replace one recursion-avoidance hack with another
|
Fri, 31 May 2019 09:25:51 -0700 |
Martin von Zweigbergk |
narrowspec: use vfs.tryread() instead of reimplementing
|
Wed, 17 Apr 2019 10:49:11 -0700 |
Martin von Zweigbergk |
narrow: also warn when not deleting untracked or ignored files
|