From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5494 invoked by alias); 25 Oct 2017 08:37:43 -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: List-Unsubscribe: X-Seq: 41954 Received: (qmail 1031 invoked by uid 1010); 25 Oct 2017 08:37:43 -0000 X-Qmail-Scanner-Diagnostics: from smtprelay01.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.28):SA:0(-2.6/5.0):. Processed in 4.56615 secs); 25 Oct 2017 08:37:43 -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=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS autolearn=ham autolearn_force=no version=3.4.1 X-Envelope-From: ft@bewatermyfriend.org X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | From: Frank Terbeck To: Alexey Sokolov Cc: zsh-workers@zsh.org Subject: Re: Use HGPLAIN instead of HGRCPATH in VCS_INFO_get_data_hg In-Reply-To: (Alexey Sokolov's message of "Tue, 24 Oct 2017 22:36:14 +0000") References: <8760b4tecm.fsf@ft.bewatermyfriend.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Date: Wed, 25 Oct 2017 10:37:27 +0200 Message-ID: <871slrtygo.fsf@ft.bewatermyfriend.org> MIME-Version: 1.0 Content-Type: text/plain X-Df-Sender: NDMwNDQ0 Hi! Alexey Sokolov wrote: > No problem. I copypasted it this way because of the following in > http://zsh.sourceforge.net/Arc/git.html: "We prefer patches to be included > inline in the body of the message because it makes it easier to comment on > particular lines." Yup, technically that's true, unless the mailer mangles the diff. Of course, there's always "git send-email" to avoid that, if the system it's running on is configured to support it. I've applied and pushed your patch. Thanks again! Regards, Frank -- In protocol design, perfection has been reached not when there is nothing left to add, but when there is nothing left to take away. -- RFC 1925