This is an automated email from the ASF dual-hosted git repository.
florianhockmann pushed a change to branch TINKERPOP-2556
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.
discard a6ee742 TINKERPOP-2556 Add tx() support for .NET
add d276458 Fixed spelling CTR
add 56575f3 Merge branch '3.4-dev' into 3.5-dev
add 724dbbf TINKERPOP-2615 Added null tests around cyclic/simplePath CTR
new b406c69 TINKERPOP-2556 Add tx() support for .NET
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 (a6ee742)
\
N -- N -- N refs/heads/TINKERPOP-2556 (b406c69)
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.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
docs/src/upgrade/release-3.4.x.asciidoc | 2 +-
.../Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs | 2 ++
.../gremlin-javascript/test/cucumber/gremlin.js | 5 ++++-
gremlin-python/src/main/python/radish/gremlin.py | 2 ++
gremlin-test/features/filter/CyclicPath.feature | 22 ++++++++++++++++++++++
gremlin-test/features/filter/SimplePath.feature | 16 ++++++++++++++++
6 files changed, 47 insertions(+), 2 deletions(-)