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

juergbi pushed a change to branch juerg/nested-junctions
in repository https://gitbox.apache.org/repos/asf/buildstream.git


 discard c7b29f366 _project.py: Ensure that the parent project is fully loaded 
first
     add 07a1e4518 _project.py: Ensure that the parent project is fully loaded 
first
     add 1f826f49f tests/format/junctions.py: Add `test_nested_include`

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   (c7b29f366)
            \
             N -- N -- N   refs/heads/juerg/nested-junctions (1f826f49f)

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:
 tests/format/junctions.py                             | 19 +++++++++++++++++++
 tests/format/junctions/nested-include/project.conf    |  4 ++++
 .../nested-include}/subproject.bst                    |  0
 .../junctions/nested-include/subproject/project.conf  |  4 ++++
 .../nested-include}/subproject/sub.txt                |  0
 .../subproject/subsubproject.bst                      |  0
 .../subproject/subsubproject/include.yml              |  0
 .../subproject/subsubproject/project.conf             |  0
 .../subproject/subsubproject/subsub.txt               |  0
 .../subproject/subsubproject/target.bst               |  0
 .../subproject/subtarget.bst                          |  0
 .../subproject/target.bst                             |  0
 .../junctions/{nested => nested-include}/target.bst   |  0
 13 files changed, 27 insertions(+)
 create mode 100644 tests/format/junctions/nested-include/project.conf
 copy tests/format/{dependencies3/elements => 
junctions/nested-include}/subproject.bst (100%)
 create mode 100644 
tests/format/junctions/nested-include/subproject/project.conf
 copy tests/format/{dependencies3 => 
junctions/nested-include}/subproject/sub.txt (100%)
 copy tests/format/junctions/{circular-references => 
nested-include}/subproject/subsubproject.bst (100%)
 copy doc/examples/first-project/hello.world => 
tests/format/junctions/nested-include/subproject/subsubproject/include.yml 
(100%)
 copy tests/format/junctions/{circular-references => 
nested-include}/subproject/subsubproject/project.conf (100%)
 copy tests/format/junctions/{circular-references => 
nested-include}/subproject/subsubproject/subsub.txt (100%)
 copy tests/format/junctions/{circular-references => 
nested-include}/subproject/subsubproject/target.bst (100%)
 copy tests/format/junctions/{nested => 
nested-include}/subproject/subtarget.bst (100%)
 copy tests/format/junctions/{circular-references => 
nested-include}/subproject/target.bst (100%)
 copy tests/format/junctions/{nested => nested-include}/target.bst (100%)

Reply via email to