[PATCH] tests: fix test-casefolding.t output for branchcache

Mads Kiilerich mads at kiilerich.com
Sat Jan 10 06:48:44 CST 2015


On 01/10/2015 04:29 AM, Matt Harbison wrote:
> # HG changeset patch
> # User Matt Harbison <matt_harbison at yahoo.com>
> # Date 1420859641 18000
> #      Fri Jan 09 22:14:01 2015 -0500
> # Node ID db833be29c538f95ecf4972aef602cc03a7d4d81
> # Parent  b0e52b9ded7372836ba8094325a4bfbf39658f5d
> tests: fix test-casefolding.t output for branchcache
>
> This belongs with 7d63398fbfd1.  I assume that the failure to read is OK,
> because there is similar output in test-convert-svn-encoding.t.
>
> diff --git a/tests/test-casefolding.t b/tests/test-casefolding.t
> --- a/tests/test-casefolding.t
> +++ b/tests/test-casefolding.t
> @@ -28,6 +28,7 @@
>     a
>     committing manifest
>     committing changelog
> +  couldn't read revision branch cache names: * (glob)
>     committed changeset 0:07f4944404050f47db2e5c5071e0e84e7a27bba9

LGTM, thanks. I missed the test that only is run on case insensitive 
file systems. This is output from a commit with --debug so extra debug 
output is expected.

/Mads


More information about the Mercurial-devel mailing list