You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ji...@apache.org on 2019/10/30 06:03:49 UTC

[couchdb] branch sm52 updated (bbae99c -> 162fd22)

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

jiangphcn pushed a change to branch sm52
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


 discard bbae99c  f
 discard 87374d7  f
 discard bbbbd10  directly install libmozjs-60-dev
 discard 2cc7f4e  disable design_docs.js
 discard 315c211  enable make javascript
 discard 6b8c051  enable mongo-test
 discard 4d56014  build for linux
 discard 65c2761  upgrade SM to 60
     add 162fd22  upgrade SM to 60

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   (bbae99c)
            \
             N -- N -- N   refs/heads/sm52 (162fd22)

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:
 design_docs.js                                     | 442 +++++++++++++++++++++
 .../test/eunit/couch_mrview_collation_tests.erl    |   6 +-
 test/javascript/tests/design_docs.js               | 417 +++++++++++++++++++
 3 files changed, 862 insertions(+), 3 deletions(-)
 create mode 100644 design_docs.js
 create mode 100644 test/javascript/tests/design_docs.js