changeset 44621:c5653cf2811d

git: remove obsolete todo item The changes in 02c47b74366c cleaned up the requirement check.
author Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
date Thu, 26 Mar 2020 16:23:54 -0400
parents 1bc345d488fd
children 7bbb83e4e8de
files hgext/git/TODO.md
diffstat 1 files changed, 0 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/git/TODO.md	Thu Mar 26 14:01:31 2020 +0530
+++ b/hgext/git/TODO.md	Thu Mar 26 16:23:54 2020 -0400
@@ -28,12 +28,3 @@
 repository, but may not have enough locking correctness in places
 where hg does locking that git isn't aware of (notably the working
 copy, which I believe Git does not lock.)
-
-Clean up requirements
-=====================
-
-Right now (for historical reasons, mainly) hgext.git uses a
-.hg/this-is-git file to detect repositories that should be treated as
-git. We should look in the .hg/requires for the "git" requirement
-instead (we already set this requirement, so it's mostly keying off
-that instead of using an empty file.)