From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21347 invoked by alias); 30 Oct 2016 20:09:19 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 39783 Received: (qmail 25078 invoked from network); 30 Oct 2016 20:09:19 -0000 X-Qmail-Scanner-Diagnostics: from smtprelay06.ispgateway.de by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(80.67.31.95):SA:0(0.0/5.0):. Processed in 0.439264 secs); 30 Oct 2016 20:09:19 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=unavailable autolearn_force=no version=3.4.1 X-Envelope-From: ft@bewatermyfriend.org X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: none (ns1.primenet.com.au: domain at bewatermyfriend.org does not designate permitted sender hosts) From: Frank Terbeck To: Reed Riley Cc: zsh-workers@zsh.org Subject: Re: [PATCH] Fix hexdump command used for mercurial dirstate parsing In-Reply-To: <20161030165832.48410-1-john.reed.riley@gmail.com> (Reed Riley's message of "Sun, 30 Oct 2016 12:58:32 -0400") References: <20161030165832.48410-1-john.reed.riley@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) Date: Sun, 30 Oct 2016 20:57:50 +0100 Message-ID: <87twbtehj5.fsf@ft.bewatermyfriend.org> MIME-Version: 1.0 Content-Type: text/plain X-Df-Sender: NDMwNDQ0 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