Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] Fix hexdump command used for mercurial dirstate parsing
Hey again,
Reed Riley wrote:
> - r_csetid=$(hexdump -n 20 -e '1/1 "%02x"' ${dirstatefile})
> + r_csetid=$(hexdump -n 20 -v -e '1/1 "%02x"' ${dirstatefile})
I like this one, though the entirely native implementation, mentioned in
another sub-thread with Bart and Daniel has a certain charm about it as
well. We should probably pick either this one, or something they come up
with.
Regards, Frank
Messages sorted by:
Reverse Date,
Date,
Thread,
Author