Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: scala/scala
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.13.x
Choose a base ref
...
head repository: ctalau/scala
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 7 commits
  • 1 file changed
  • 1 contributor

Commits on Apr 11, 2012

  1. box inrtsumentation

    ctalau committed Apr 11, 2012
    Copy the full SHA
    2dbe76e View commit details
  2. Copy the full SHA
    ed8e421 View commit details

Commits on Apr 21, 2012

  1. Copy the full SHA
    81aa8d8 View commit details

Commits on Apr 22, 2012

  1. Copy the full SHA
    21df295 View commit details
  2. trunk version

    ctalau committed Apr 22, 2012
    Copy the full SHA
    d584aa7 View commit details
  3. Revert to 8c95273

    ctalau committed Apr 22, 2012
    Copy the full SHA
    aa59abc View commit details

Commits on Nov 5, 2015

  1. Copy the full SHA
    b299e9e View commit details
Showing with 24 additions and 0 deletions.
  1. +24 −0 tools/Article.xml
24 changes: 24 additions & 0 deletions tools/Article.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="http://docbook.org/xml/5.0/rng/docbook.rng" schematypens="http://relaxng.org/ns/structure/1.0"?>
<?xml-model href="http://docbook.org/xml/5.0/rng/docbook.rng" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>
<article xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0">
<info>
<title>Article Template Title</title>
<author>
<orgname>Organization Name</orgname>
<address>
<city>City</city>
<street>Street</street>
<postcode>000000</postcode>
<country>Country</country>
</address>
<email>user@example.com</email>
</author>
</info>
<sect1>
<title>Section1 Title</title>
<subtitle>Section1 Subtitle</subtitle>
<para>Text</para>
</sect1>
</article>