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
|
Tue, 23 Nov 2021 03:22:30 +0100 |
Pierre-Yves David |
win32text: drop associated dirstate cache information on revert
|
Thu, 08 Jul 2021 00:54:40 +0200 |
Pierre-Yves David |
dirstate: add a `set_untracked` method for "hg remove"-like usage
|
Thu, 08 Jul 2021 03:03:34 +0200 |
Pierre-Yves David |
dirstate: add a `set_tracked` method for "hg add"-like usage
|
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
|
Mon, 27 May 2019 16:55:46 -0400 |
Valentin Gatien-Baron |
merge: fix race that could cause wrong size in dirstate
|
Mon, 01 Oct 2018 14:31:15 -0700 |
Martin von Zweigbergk |
narrow: move remaining narrow-limited dirstate walks to core
|
Mon, 01 Oct 2018 10:11:00 -0700 |
Martin von Zweigbergk |
narrow: allow repo.narrowmatch(match) to include exact matches from "match"
|
Mon, 01 Oct 2018 15:29:31 -0700 |
Martin von Zweigbergk |
narrow: avoid looking up dirstate again when editing dirstate
|
Fri, 03 Aug 2018 11:09:41 -0700 |
Martin von Zweigbergk |
narrow: call narrowspec.{save,restore,clear}backup directly
|
Fri, 03 Aug 2018 10:56:07 -0700 |
Martin von Zweigbergk |
narrow: extract part of narrowspec backup to core
|
Wed, 16 May 2018 14:59:32 -0700 |
Kyle Lippincott |
narrow: only wrap dirstate functions once, instead of per-reposetup
|
Fri, 26 Jan 2018 19:48:39 +0900 |
Yuya Nishihara |
dirstate: drop explicit files that shouldn't match (BC) (issue4679)
|
Mon, 12 Feb 2018 16:21:34 -0800 |
Gregory Szorc |
narrowspec: move module into core
|
Mon, 29 Jan 2018 16:19:33 -0500 |
Augie Fackler |
narrow: import experimental extension from narrowhg revision cb51d673e9c5
|