[PATCH 6 of 6] fastannotate: pconvert paths from the server for Windows

Matt Harbison mharbison72 at gmail.com
Tue Aug 21 23:07:48 EDT 2018


On Tue, 21 Aug 2018 22:55:27 -0400, Matt Harbison <mharbison72 at gmail.com>  
wrote:

> # HG changeset patch
> # User Matt Harbison <matt_harbison at yahoo.com>
> # Date 1534906148 14400
> #      Tue Aug 21 22:49:08 2018 -0400
> # Node ID 66f810d860a7bc5d6f7a0cc34a05f04538618ec4
> # Parent  78044da31ab9bc0cbd0793bf9bc587271eb74bbf
> fastannotate: pconvert paths from the server for Windows

Giving durin42 a heads up on this.

The remaining failure is an error text divergence where Unix says  
"Directory not empty", and Windows hits a custom error in posix unlink  
emulation[1].  There doesn't seem to be a point in checking for empty if  
unlinking isn't possible at all.  I haven't found the posix *.py code to  
see what it is doing yet.

[1] https://www.mercurial-scm.org/repo/hg/file/4.7/mercurial/win32.py#l599


More information about the Mercurial-devel mailing list