new failure on windows for test-shelve.t by 022431336f72

Matt Mackall mpm at selenic.com
Mon Feb 10 15:17:56 CST 2014


On Mon, 2014-02-10 at 09:51 +0100, Simon Heimberg wrote:
> The extension of test-shelve.t in 022431336f72 [1] has broken the test on 
> windows.
> 
> Failure (from [2]):
> --- 
> c:\Users\buildbot\w2k8\Windows_2008_R2_hg_tests\build\tests\test-shelve.t
> +++ 
> c:\Users\buildbot\w2k8\Windows_2008_R2_hg_tests\build\tests\test-shelve.t.err
> @@ -566,8 +566,8 @@
>    shelved as default
>    0 files updated, 0 files merged, 1 files removed, 0 files unresolved
>    $ hg log -G --template '{rev}  {desc|firstline}  {author}' -R 
> bundle:.hg/shelved/default.hg -r 'bundle()'
> -  o  4  changes to 'commit stuff'  shelve at localhost
> -  |
> +  abort: repository bundle;.hg\shelved\default.hg not found!
> +  [255]

Looks like MinGW is helpfully mangling paths for us (note the ':'
becomes a ';').

As it happens, bundle: isn't actually required here. I'll push a fix.

-- 
Mathematics is the supreme nostalgia of our time.




More information about the Mercurial-devel mailing list