hgext/narrow/TODO.rst
changeset 39544 10a8472f6662
parent 36104 9b5df6e19a4f
child 39771 a063786c89fb
equal deleted inserted replaced
39543:2182e67ea912 39544:10a8472f6662
    26 possible. For bonus points, unify with the server-specified narrowspec
    26 possible. For bonus points, unify with the server-specified narrowspec
    27 format.
    27 format.
    28 
    28 
    29 narrowrepo.setnarrowpats() or narrowspec.save() need to make sure
    29 narrowrepo.setnarrowpats() or narrowspec.save() need to make sure
    30 they're holding the wlock.
    30 they're holding the wlock.
    31 
       
    32 Implement a simple version of the expandnarrow wireproto command for
       
    33 core. Having configurable shorthands for narrowspecs has been useful
       
    34 at Google (and sparse has a similar feature from Facebook), so it
       
    35 probably makes sense to implement the feature in core. (Google's
       
    36 handler is entirely custom to Google, with a custom format related to
       
    37 bazel's build language, so it's not in the narrowhg distribution.)