This is an automated email from the ASF dual-hosted git repository.

garren pushed a change to branch fdb-mango-indexes
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


 discard 0f6837d  update tests to work with mango on fdb
 discard b15a722  mango queries work with fdb
 discard ec1a07c  Add mango indexing
     add 7bdc5ff  Add mango indexing
     add 342e06e  mango queries work with fdb
     add 1bfd0db  update tests to work with mango on fdb

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (0f6837d)
            \
             N -- N -- N   refs/heads/fdb-mango-indexes (1bfd0db)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 src/couch_views/src/couch_views_fdb.erl     |   4 +-
 src/couch_views/src/couch_views_indexer.erl |   2 +-
 src/mango/src/mango_httpd.erl               | 107 +++++++++++++++-------------
 src/mango/src/mango_idx.erl                 |  15 ++--
 src/mango/src/mango_idx_special.erl         |   2 +
 src/mango/src/mango_idx_view.erl            |  10 +--
 src/mango/src/mango_indexer.erl             |  15 ++--
 7 files changed, 84 insertions(+), 71 deletions(-)

Reply via email to