# HG changeset patch
# User Josef 'Jeff' Sipek <jef...@josefsipek.net>
# Date 1585254234 14400
#      Thu Mar 26 16:23:54 2020 -0400
# Node ID 6d0a988e6a5d4189f111a6dc2ce2c1fa5fd29422
# Parent  50843409eac03e9e31d39ad4539e7a39d03d17eb
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.)
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to