[PATCH 6 of 6] cmdutil: expand filename format string by templater (BC)

Yuya Nishihara yuya at tcha.org
Sat Feb 17 20:32:39 EST 2018


On Sat, 17 Feb 2018 13:13:57 -0500, Matt Harbison wrote:
> On Thu, 15 Feb 2018 08:18:44 -0500, Yuya Nishihara <yuya at tcha.org> wrote:
> > # HG changeset patch
> > # User Yuya Nishihara <yuya at tcha.org>
> > # Date 1515293587 -32400
> > #      Sun Jan 07 11:53:07 2018 +0900
> > # Node ID 437212580debfa26ee266598f64139b4df5a9cfd
> > # Parent  e7f4a2b09c484d4313aa6624470d92aef3ad5a10
> > cmdutil: expand filename format string by templater (BC)
> 
> This causes the filename to be interpreted for escape sequences, so  
> "C:\temp" becomes "C:<TAB>emp".  Surprisingly, only test-graft.t caught  
> it.  Similarly, "..\appdata\.." becomes "..\x07ppdata\\..".

Good catch. Dropped the last patch from hg-committed, thanks.


More information about the Mercurial-devel mailing list