hgext/narrow/TODO.rst
changeset 39544 10a8472f6662
parent 36104 9b5df6e19a4f
child 39771 a063786c89fb
--- a/hgext/narrow/TODO.rst	Fri Sep 07 18:35:54 2018 -0700
+++ b/hgext/narrow/TODO.rst	Tue Sep 11 15:53:12 2018 -0700
@@ -28,10 +28,3 @@
 
 narrowrepo.setnarrowpats() or narrowspec.save() need to make sure
 they're holding the wlock.
-
-Implement a simple version of the expandnarrow wireproto command for
-core. Having configurable shorthands for narrowspecs has been useful
-at Google (and sparse has a similar feature from Facebook), so it
-probably makes sense to implement the feature in core. (Google's
-handler is entirely custom to Google, with a custom format related to
-bazel's build language, so it's not in the narrowhg distribution.)