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

Re: [PATCH] Fix hexdump command used for mercurial dirstate parsing



Frank Terbeck wrote on Mon, Oct 31, 2016 at 10:04:03 +0100:
> Daniel Shahaf wrote:
> > -            && ( VCS_INFO_check_com hexdump ) && [[ -r ${dirstatefile} ]] ; then
> > +            && VCS_INFO_hexdump ${dirstatefile} 20 ; then
> >          # Calling hexdump is (much) faster than hg but doesn't get the local rev
> 
> While we're at it, that comment should probably be adjusted as well,
> since we don't really *call* hexdump any more.

Pushed with that change.  (I'd noticed it before posting the patch, but
thought the language was clear as it was.)  Thanks for the review.



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