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

Matt Harbison mharbison72 at gmail.com
Sat Feb 17 13:18:59 EST 2018


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\\..".

https://buildbot.mercurial-scm.org/builders/Win7%20x86_64%20hg%20tests/builds/473/steps/run-tests.py%20%28python%202.7.13%29/logs/stdio


More information about the Mercurial-devel mailing list