# HG changeset patch
# User Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
# Date 2020-03-26 20:23:54
# Node ID c5653cf2811df157a68d9217c1e9679e24e7b8fc
# Parent  1bc345d488fd0abe66ac4e9ec5dd5c6b512db4fd

git: remove obsolete todo item

The changes in 02c47b74366c cleaned up the requirement check.

diff --git a/hgext/git/TODO.md b/hgext/git/TODO.md
--- a/hgext/git/TODO.md
+++ b/hgext/git/TODO.md
@@ -28,12 +28,3 @@ We should spend some time thinking hard 
 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.)