D4904: narrow: update TODO.rst now that we share format with sparse
martinvonz (Martin von Zweigbergk)
phabricator at mercurial-scm.org
Fri Oct 5 23:07:22 UTC 2018
martinvonz created this revision.
Herald added a reviewer: durin42.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.
REVISION SUMMARY
The narrowspec format was unified with the sparse format in
https://phab.mercurial-scm.org/rHGf64ebe7d225913b8bf3122ed3a03cf7a6abbf0ee (narrowspec: use sparse.parseconfig() to parse narrowspec
file (BC), 2018-08-03).
REPOSITORY
rHG Mercurial
REVISION DETAIL
https://phab.mercurial-scm.org/D4904
AFFECTED FILES
hgext/narrow/TODO.rst
CHANGE DETAILS
diff --git a/hgext/narrow/TODO.rst b/hgext/narrow/TODO.rst
--- a/hgext/narrow/TODO.rst
+++ b/hgext/narrow/TODO.rst
@@ -9,9 +9,8 @@
Reason more completely about rename-filtering logic in
narrowfilelog. There could be some surprises lurking there.
-Formally document the narrowspec format. Unify with sparse, if at all
-possible. For bonus points, unify with the server-specified narrowspec
-format.
+Formally document the narrowspec format. For bonus points, unify with the
+server-specified narrowspec format.
narrowrepo.setnarrowpats() or narrowspec.save() need to make sure
they're holding the wlock.
To: martinvonz, durin42, #hg-reviewers
Cc: mercurial-devel
More information about the Mercurial-devel
mailing list