Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: [PATCH 3/3] vcs_info hg mq: Extract patch subjects



Lawrence Velázquez wrote on Thu, Mar 31, 2022 at 02:00:03 -0400:
> Hi Daniel,
> 
> On Sat, Jan 29, 2022, at 11:15 AM, Daniel Shahaf wrote:
> > Use a NUL separator just in case someone's hg mq patch names include
> > literal spaces.  That means gen-applied-string hooks have to split their
> > arguments one way in the hg mq case and another way in every other case.
> > ---
> >  Doc/Zsh/contrib.yo                            | 18 +++++++++++-----
> >  .../VCS_Info/Backends/VCS_INFO_get_data_hg    | 21 +++++++++++++++++++
> >  README                                        |  7 +++++++
> >  3 files changed, 41 insertions(+), 5 deletions(-)
> 
> Were you planning on pushing this?

I'm ambivalent, since it wasn't user-requested and makes the
gen-applied-string API inelegant (as explained in the log message).
Thanks for asking!  It has been on my todo list ever since it was
posted, so it's good to (UK)table it again.

Cheers,

Daniel
(Life goal $((++N)): get C-style casts into the OED)
(Life goal $((++N)): get C++-style casts into the OED)




Messages sorted by: Reverse Date, Date, Thread, Author