Submitter | Matt Harbison |
---|---|
Date | Jan. 10, 2015, 3:29 a.m. |
Message ID | <db833be29c538f95ecf4.1420860544@Envy> |
Download | mbox | patch |
Permalink | /patch/7414/ |
State | Accepted |
Commit | ffdeeef18b78178287ced0931bfa334a27e3a425 |
Headers | show |
Comments
On 01/10/2015 04:29 AM, Matt Harbison wrote: > # HG changeset patch > # User Matt Harbison <matt_harbison@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
On Fri, Jan 09, 2015 at 10:29:04PM -0500, Matt Harbison wrote: > # HG changeset patch > # User Matt Harbison <matt_harbison@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 Queued per Mads's review. > > 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 > > Case-changing renames should work: > _______________________________________________ > Mercurial-devel mailing list > Mercurial-devel@selenic.com > http://selenic.com/mailman/listinfo/mercurial-devel
Patch
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 Case-changing renames should work: