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

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



Hi,

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.


Regards, Frank



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