This is an automated email from the ASF dual-hosted git repository.
jiahuili430 pushed a change to branch fix-changes-stats
in repository https://gitbox.apache.org/repos/asf/couchdb.git
omit a6cf2aeda Remove deleted revs from `_conflicts` field
omit e555ecb7e Avoid read docs twice when filtered _changes is triggered
omit d2395144c Verify the number of calls to `open_doc/3` when requesting
`_changes`
add b46672943 Add tests for `_changes` endpoint
add ba9bee7f2 Verify the number of calls to `open_doc/3` when requesting
`_changes`
add c481abe82 Avoid read docs twice when filtered _changes is triggered
add 092a3b828 Remove deleted revs from `_conflicts` field
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 (a6cf2aeda)
\
N -- N -- N refs/heads/fix-changes-stats (092a3b828)
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/chttpd/test/eunit/chttpd_changes_test.erl | 219 ++++++++++++++------------
1 file changed, 115 insertions(+), 104 deletions(-)