Mon, 16 Sep 2024 15:36:44 +0200 |
Matt Harbison |
typing: add `from __future__ import annotations` to most files
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
Sat, 08 Aug 2020 16:24:12 +0530 |
Pulkit Goyal |
requirements: introduce new requirements related module
|
Fri, 27 Dec 2019 02:05:01 -0500 |
Matt Harbison |
narrow: move `testedwith` after module imports
|
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
|
Fri, 05 Oct 2018 22:19:19 +0300 |
Pulkit Goyal |
narrow: introduce a config option to check if narrow is enabled or not
|
Fri, 28 Sep 2018 12:56:57 -0700 |
Martin von Zweigbergk |
narrow: move copies overrides to core
|
Tue, 02 Oct 2018 14:29:56 +0300 |
Pulkit Goyal |
narrow: remove narrowpatch instead of narrowcopies
|
Fri, 28 Sep 2018 12:05:48 -0700 |
Martin von Zweigbergk |
narrow: move support for `hg verify` into core
|
Fri, 28 Sep 2018 13:55:17 -0700 |
Martin von Zweigbergk |
narrow: drop unnecessary overrides of patch
|
Tue, 18 Sep 2018 15:32:11 -0700 |
Gregory Szorc |
narrow: remove narrowrevlog
|
Thu, 02 Aug 2018 14:15:10 -0700 |
Gregory Szorc |
changegroup: move generate() modifications from narrow
|
Thu, 02 Aug 2018 14:57:20 -0700 |
Martin von Zweigbergk |
narrow: move .hg/narrowspec to .hg/store/narrowspec (BC)
|
Fri, 03 Aug 2018 11:02:34 -0700 |
Martin von Zweigbergk |
narrow: move requirement constant from changegroup to repository
|
Wed, 16 May 2018 14:59:32 -0700 |
Kyle Lippincott |
narrow: only wrap dirstate functions once, instead of per-reposetup
|
Thu, 17 May 2018 15:33:28 -0700 |
Martin von Zweigbergk |
narrow: filter copies in core
|
Fri, 30 Mar 2018 11:15:58 -0700 |
Martin von Zweigbergk |
narrow: use repo.local() instead of isinstance()
|
Tue, 20 Mar 2018 17:34:05 -0700 |
Gregory Szorc |
narrow: use featuresetupfuncs
|
Wed, 28 Feb 2018 10:38:09 -0800 |
Martin von Zweigbergk |
narrow: drop safehasattr() checks for always-present repo.narrowmatch
|
Wed, 28 Feb 2018 12:55:05 -0800 |
Martin von Zweigbergk |
narrow: always wrap repo
|
Wed, 28 Feb 2018 10:22:54 -0800 |
Martin von Zweigbergk |
narrow: move checking for narrow requirement into _narrowmatch()
|
Wed, 28 Feb 2018 10:21:43 -0800 |
Martin von Zweigbergk |
narrow: move requirement constant to core
|
Fri, 02 Feb 2018 10:51:47 -0500 |
Augie Fackler |
narrowtemplates: update to use registrar mechanism
|
Fri, 02 Feb 2018 10:27:08 -0500 |
Augie Fackler |
narrow: mark requirement as a constant
|
Thu, 01 Feb 2018 18:02:32 -0500 |
Augie Fackler |
narrow: remove old version-checking logic and declare internal
|
Mon, 29 Jan 2018 18:08:56 -0500 |
Augie Fackler |
narrow: remove support for old match modules
|
Mon, 29 Jan 2018 16:19:33 -0500 |
Augie Fackler |
narrow: import experimental extension from narrowhg revision cb51d673e9c5
|