<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>0711337c5ba0a3ff7a2fcfea4984b9ec184eda5f</id>
      </parent>
    </parents>
    <author>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </author>
    <url>http://github.com/jcoglan/js.class/commit/19e64ef1930b28629236900d9309623e9cb12382</url>
    <id>19e64ef1930b28629236900d9309623e9cb12382</id>
    <committed-date>2009-07-08T06:36:18-07:00</committed-date>
    <authored-date>2009-07-08T06:36:18-07:00</authored-date>
    <message>Fix an exception type recognition problem in assertThrow() on WSH/IE.</message>
    <tree>e9e1bbd55f1c56723c4c646628c133a34111495c</tree>
    <committer>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b141e5dea7455583bf5b9484184fb42d0589bd57</id>
      </parent>
    </parents>
    <author>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </author>
    <url>http://github.com/jcoglan/js.class/commit/0711337c5ba0a3ff7a2fcfea4984b9ec184eda5f</url>
    <id>0711337c5ba0a3ff7a2fcfea4984b9ec184eda5f</id>
    <committed-date>2009-07-08T06:17:20-07:00</committed-date>
    <authored-date>2009-07-08T06:17:20-07:00</authored-date>
    <message>Add Windows Scripting Host support to Test.Unit and the package loader.</message>
    <tree>f0930a524213fa43195ad20e028e78523251b592</tree>
    <committer>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4c888f45f01c475147f4e9b929ea9662eb6b2574</id>
      </parent>
    </parents>
    <author>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </author>
    <url>http://github.com/jcoglan/js.class/commit/b141e5dea7455583bf5b9484184fb42d0589bd57</url>
    <id>b141e5dea7455583bf5b9484184fb42d0589bd57</id>
    <committed-date>2009-07-06T05:14:10-07:00</committed-date>
    <authored-date>2009-07-06T05:14:10-07:00</authored-date>
    <message>Calling AutoRunner.run() should clear any stored TestCase subclasses.</message>
    <tree>6c1126b1aadd7871e48689574eee41d2845b2797</tree>
    <committer>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e144de655bef4eda76642110be5fa9a67c44813c</id>
      </parent>
    </parents>
    <author>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </author>
    <url>http://github.com/jcoglan/js.class/commit/4c888f45f01c475147f4e9b929ea9662eb6b2574</url>
    <id>4c888f45f01c475147f4e9b929ea9662eb6b2574</id>
    <committed-date>2009-07-06T05:05:30-07:00</committed-date>
    <authored-date>2009-07-06T04:59:39-07:00</authored-date>
    <message>Add an AutoRunner class for easily running all existing test cases using an appropriate TestRunner. Only supports Console for now, but will support Browser when we have a UI for it.</message>
    <tree>a14c7d757da321b0afbb7a2825b243eab65cb177</tree>
    <committer>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>57952cc0dbc2d8615911132e89b54b4109252d07</id>
      </parent>
    </parents>
    <author>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </author>
    <url>http://github.com/jcoglan/js.class/commit/e144de655bef4eda76642110be5fa9a67c44813c</url>
    <id>e144de655bef4eda76642110be5fa9a67c44813c</id>
    <committed-date>2009-07-06T04:14:18-07:00</committed-date>
    <authored-date>2009-07-06T04:14:18-07:00</authored-date>
    <message>Test assertKindOf() operating on modules.</message>
    <tree>9d21d04151e807dac3b49574e87ee47c46df9e64</tree>
    <committer>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8bf3c04f246d611fc8eacbeeb8b628f61a1afe86</id>
      </parent>
    </parents>
    <author>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </author>
    <url>http://github.com/jcoglan/js.class/commit/57952cc0dbc2d8615911132e89b54b4109252d07</url>
    <id>57952cc0dbc2d8615911132e89b54b4109252d07</id>
    <committed-date>2009-07-06T04:03:45-07:00</committed-date>
    <authored-date>2009-07-06T04:03:45-07:00</authored-date>
    <message>Remove anything to do with backtraces from Test.Unit for now; most JS environments don't provide much in the way of error data. Maybe we can fix this with StackTrace.</message>
    <tree>72c2cb40949a095d3def18f63991b5101fc95e22</tree>
    <committer>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6f631f620d66f7ee9cfb0b2d725d7b68ede9c906</id>
      </parent>
    </parents>
    <author>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </author>
    <url>http://github.com/jcoglan/js.class/commit/8bf3c04f246d611fc8eacbeeb8b628f61a1afe86</url>
    <id>8bf3c04f246d611fc8eacbeeb8b628f61a1afe86</id>
    <committed-date>2009-07-06T02:55:13-07:00</committed-date>
    <authored-date>2009-07-06T02:55:13-07:00</authored-date>
    <message>Grepping test method names seems not to work in IE6.</message>
    <tree>b12074f966c13274075e85fbec62fabd2c4ef849</tree>
    <committer>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d7ac77948b41d1d899e4949054e32552af2e39aa</id>
      </parent>
    </parents>
    <author>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </author>
    <url>http://github.com/jcoglan/js.class/commit/6f631f620d66f7ee9cfb0b2d725d7b68ede9c906</url>
    <id>6f631f620d66f7ee9cfb0b2d725d7b68ede9c906</id>
    <committed-date>2009-07-06T02:02:59-07:00</committed-date>
    <authored-date>2009-07-06T02:02:59-07:00</authored-date>
    <message>Add assertEqual() support for arbitrary JavaScript objects.</message>
    <tree>b59c552b060909c832f1c204fbeba9f36054eac5</tree>
    <committer>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f3b6cf6422b53677eaa97504e5e380abe8945fcf</id>
      </parent>
    </parents>
    <author>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </author>
    <url>http://github.com/jcoglan/js.class/commit/d7ac77948b41d1d899e4949054e32552af2e39aa</url>
    <id>d7ac77948b41d1d899e4949054e32552af2e39aa</id>
    <committed-date>2009-07-06T01:54:56-07:00</committed-date>
    <authored-date>2009-07-06T01:54:56-07:00</authored-date>
    <message>Fixing some problems with assertEqual and Object#equals, using Set to test. Also adding a toString() method to Set.</message>
    <tree>7995e58954d8417e4df6d5e8bc62136866c158d1</tree>
    <committer>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>dcbab1086c07908ac4723a293e5a17f8cb911bc2</id>
      </parent>
    </parents>
    <author>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </author>
    <url>http://github.com/jcoglan/js.class/commit/f3b6cf6422b53677eaa97504e5e380abe8945fcf</url>
    <id>f3b6cf6422b53677eaa97504e5e380abe8945fcf</id>
    <committed-date>2009-07-06T01:45:07-07:00</committed-date>
    <authored-date>2009-07-06T01:45:07-07:00</authored-date>
    <message>Sort tests by name when creating a TestSuite.</message>
    <tree>2bab733f7181198691d05b0691b0c824ddbe5ce5</tree>
    <committer>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b2b3c2a675b48666c43be45da3ee9e90118ee8ab</id>
      </parent>
    </parents>
    <author>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </author>
    <url>http://github.com/jcoglan/js.class/commit/dcbab1086c07908ac4723a293e5a17f8cb911bc2</url>
    <id>dcbab1086c07908ac4723a293e5a17f8cb911bc2</id>
    <committed-date>2009-07-06T00:52:10-07:00</committed-date>
    <authored-date>2009-07-06T00:52:10-07:00</authored-date>
    <message>Add assertEqual() support for arrays; comparison is recursive.</message>
    <tree>2aefeb93bbc936d95cb151c02e4fd1d6c3f2213d</tree>
    <committer>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4d701a6ad60921d6baefda25c94c60fa94b0def3</id>
      </parent>
    </parents>
    <author>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </author>
    <url>http://github.com/jcoglan/js.class/commit/b2b3c2a675b48666c43be45da3ee9e90118ee8ab</url>
    <id>b2b3c2a675b48666c43be45da3ee9e90118ee8ab</id>
    <committed-date>2009-07-06T00:20:02-07:00</committed-date>
    <authored-date>2009-07-06T00:20:02-07:00</authored-date>
    <message>Privatising a bunch of variables in Test.Unit.</message>
    <tree>5ff733b7c1c9dea5555e4e0414edb653e40f3c21</tree>
    <committer>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d13ca286309295b898eb7acb86a140376b9da6dc</id>
      </parent>
    </parents>
    <author>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </author>
    <url>http://github.com/jcoglan/js.class/commit/4d701a6ad60921d6baefda25c94c60fa94b0def3</url>
    <id>4d701a6ad60921d6baefda25c94c60fa94b0def3</id>
    <committed-date>2009-07-05T09:49:31-07:00</committed-date>
    <authored-date>2009-07-05T09:49:31-07:00</authored-date>
    <message>Adding exception-related assertion methods, and improving text representation of classes in the console output.</message>
    <tree>81792713e21c96907fdb76b549fe45495ffd7eaf</tree>
    <committer>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>846f169459b6a5a9419be7d571d3852b0afcc645</id>
      </parent>
    </parents>
    <author>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </author>
    <url>http://github.com/jcoglan/js.class/commit/d13ca286309295b898eb7acb86a140376b9da6dc</url>
    <id>d13ca286309295b898eb7acb86a140376b9da6dc</id>
    <committed-date>2009-07-05T08:32:25-07:00</committed-date>
    <authored-date>2009-07-05T08:32:25-07:00</authored-date>
    <message>Don't use compressible private names in Test.Unit.Assertions as they may conflict with user code that mixes in the module.</message>
    <tree>4b14382aaca80e915931160e78b54bd688021d8a</tree>
    <committer>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>66c393f8bad1f1a66737c885a1e53ec2fa6641b1</id>
      </parent>
    </parents>
    <author>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </author>
    <url>http://github.com/jcoglan/js.class/commit/846f169459b6a5a9419be7d571d3852b0afcc645</url>
    <id>846f169459b6a5a9419be7d571d3852b0afcc645</id>
    <committed-date>2009-07-05T07:00:43-07:00</committed-date>
    <authored-date>2009-07-05T05:06:57-07:00</authored-date>
    <message>Test.Unit documentation updates, including credit for original work and usage documentation from the Ruby version.</message>
    <tree>e08732754e37300ca85fef066204ea65f0725728</tree>
    <committer>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a49450064c565e4e7ea5c05707a7198f056af412</id>
      </parent>
    </parents>
    <author>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </author>
    <url>http://github.com/jcoglan/js.class/commit/66c393f8bad1f1a66737c885a1e53ec2fa6641b1</url>
    <id>66c393f8bad1f1a66737c885a1e53ec2fa6641b1</id>
    <committed-date>2009-07-04T08:12:00-07:00</committed-date>
    <authored-date>2009-07-04T08:12:00-07:00</authored-date>
    <message>Adding the assertInDelta and assertSend test methods.</message>
    <tree>1a7f6875790ebf9b77467f053b375369e1e07343</tree>
    <committer>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1d4e7f4813f8b716a39d8038f3ead8eecd8b87b3</id>
      </parent>
    </parents>
    <author>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </author>
    <url>http://github.com/jcoglan/js.class/commit/a49450064c565e4e7ea5c05707a7198f056af412</url>
    <id>a49450064c565e4e7ea5c05707a7198f056af412</id>
    <committed-date>2009-07-04T07:31:41-07:00</committed-date>
    <authored-date>2009-07-04T07:31:41-07:00</authored-date>
    <message>Adding a set of assertions for testing equality, null values, identity, pattern matching, and types.</message>
    <tree>707f01082c9931a988e6c0bdc5ef6e675bfcbc40</tree>
    <committer>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0fc36ae42d9d695692b8efbb48313409dc46176b</id>
      </parent>
    </parents>
    <author>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </author>
    <url>http://github.com/jcoglan/js.class/commit/1d4e7f4813f8b716a39d8038f3ead8eecd8b87b3</url>
    <id>1d4e7f4813f8b716a39d8038f3ead8eecd8b87b3</id>
    <committed-date>2009-07-04T04:25:27-07:00</committed-date>
    <authored-date>2009-07-04T04:25:27-07:00</authored-date>
    <message>Make the console test file use the package loader.</message>
    <tree>05b044b07feb63c2c723356be6e94d554bbb26a5</tree>
    <committer>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>56cd52e8f5e4dc99d763ed7de5e87ed8c481d467</id>
      </parent>
    </parents>
    <author>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </author>
    <url>http://github.com/jcoglan/js.class/commit/0fc36ae42d9d695692b8efbb48313409dc46176b</url>
    <id>0fc36ae42d9d695692b8efbb48313409dc46176b</id>
    <committed-date>2009-07-04T04:17:42-07:00</committed-date>
    <authored-date>2009-07-04T04:17:42-07:00</authored-date>
    <message>Correcting a return type.</message>
    <tree>92d40d45394471936e8006256b0236f45eb58be0</tree>
    <committer>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1af54bfba5a2bcc92b4e04c7a0c6f8184eede585</id>
      </parent>
    </parents>
    <author>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </author>
    <url>http://github.com/jcoglan/js.class/commit/56cd52e8f5e4dc99d763ed7de5e87ed8c481d467</url>
    <id>56cd52e8f5e4dc99d763ed7de5e87ed8c481d467</id>
    <committed-date>2009-07-04T04:13:46-07:00</committed-date>
    <authored-date>2009-07-04T04:13:46-07:00</authored-date>
    <message>Updating the package config, and adding all the build files to the website -- use require() to try stuff out in Firebug.</message>
    <tree>bb91bdeca23ad3bf8d8708448561b07dc96d8c1d</tree>
    <committer>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>abd741c40022f7bd4711778c323180a40ca408c9</id>
      </parent>
    </parents>
    <author>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </author>
    <url>http://github.com/jcoglan/js.class/commit/1af54bfba5a2bcc92b4e04c7a0c6f8184eede585</url>
    <id>1af54bfba5a2bcc92b4e04c7a0c6f8184eede585</id>
    <committed-date>2009-07-04T03:49:47-07:00</committed-date>
    <authored-date>2009-07-04T03:49:47-07:00</authored-date>
    <message>Implementing the shared testing UI modules and the Console test runner. Works on V8, Rhino, SpiderMonkey.</message>
    <tree>2d3237f58457ba6fe71288978373554abcc8f88a</tree>
    <committer>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bdbc8da8147ee4f482ebc6e8793642c90be08a55</id>
      </parent>
    </parents>
    <author>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </author>
    <url>http://github.com/jcoglan/js.class/commit/abd741c40022f7bd4711778c323180a40ca408c9</url>
    <id>abd741c40022f7bd4711778c323180a40ca408c9</id>
    <committed-date>2009-07-04T02:21:36-07:00</committed-date>
    <authored-date>2009-07-04T02:21:36-07:00</authored-date>
    <message>Adding the Test.Unit.Util.Observable mixin so that TestResult can notify observers.</message>
    <tree>ee3f6dfaa4f513e18ccf0f704e0354bc9074dd6e</tree>
    <committer>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>71baa69e5c85d34e7b58fdd8f27ce1c360157e94</id>
      </parent>
    </parents>
    <author>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </author>
    <url>http://github.com/jcoglan/js.class/commit/bdbc8da8147ee4f482ebc6e8793642c90be08a55</url>
    <id>bdbc8da8147ee4f482ebc6e8793642c90be08a55</id>
    <committed-date>2009-07-03T10:03:37-07:00</committed-date>
    <authored-date>2009-07-03T10:03:37-07:00</authored-date>
    <message>Fix a couple of deviations from the Ruby version to correct assertion and failure counts.</message>
    <tree>b964d708a6cc3f46c39c56efe7f1efd90c0d70d3</tree>
    <committer>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>01c84f61211f0ea81aac48422122d094567eeb1b</id>
      </parent>
    </parents>
    <author>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </author>
    <url>http://github.com/jcoglan/js.class/commit/71baa69e5c85d34e7b58fdd8f27ce1c360157e94</url>
    <id>71baa69e5c85d34e7b58fdd8f27ce1c360157e94</id>
    <committed-date>2009-07-03T09:42:43-07:00</committed-date>
    <authored-date>2009-07-03T09:42:43-07:00</authored-date>
    <message>Implementing TestCase, TestSuite, TestResult, Failure and Error. Still to do: count assertions properly, and make TestResult observable.</message>
    <tree>b01a057b4ac20d16c09ef38b1ea6ce54de664572</tree>
    <committer>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d9f789304f74f3f725f06b0b42ba78e44ea695b7</id>
      </parent>
    </parents>
    <author>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </author>
    <url>http://github.com/jcoglan/js.class/commit/01c84f61211f0ea81aac48422122d094567eeb1b</url>
    <id>01c84f61211f0ea81aac48422122d094567eeb1b</id>
    <committed-date>2009-07-02T09:26:22-07:00</committed-date>
    <authored-date>2009-07-02T09:26:22-07:00</authored-date>
    <message>Begin porting Ruby's Test::Unit to JavaScript.</message>
    <tree>345d8dc5ee8054cd4ad57bc051d66c35a6d025d4</tree>
    <committer>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ae3a59d426b52f843472f299ad9189e94ed62544</id>
      </parent>
      <parent>
        <id>be9a6106fe72c4a39de49e51f806bb01a58cc452</id>
      </parent>
    </parents>
    <author>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </author>
    <url>http://github.com/jcoglan/js.class/commit/d9f789304f74f3f725f06b0b42ba78e44ea695b7</url>
    <id>d9f789304f74f3f725f06b0b42ba78e44ea695b7</id>
    <committed-date>2009-07-02T08:24:31-07:00</committed-date>
    <authored-date>2009-07-02T08:24:31-07:00</authored-date>
    <message>Merge branch '2.1.x'</message>
    <tree>c8399ad2acedfd95a80dddaac41d8c364f4f9289</tree>
    <committer>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>402cd2212ff582ccb1b0e38df42e8e5c38307efa</id>
      </parent>
    </parents>
    <author>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </author>
    <url>http://github.com/jcoglan/js.class/commit/be9a6106fe72c4a39de49e51f806bb01a58cc452</url>
    <id>be9a6106fe72c4a39de49e51f806bb01a58cc452</id>
    <committed-date>2009-07-02T08:24:12-07:00</committed-date>
    <authored-date>2009-07-02T08:24:12-07:00</authored-date>
    <message>Update Jakefile.</message>
    <tree>c8399ad2acedfd95a80dddaac41d8c364f4f9289</tree>
    <committer>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9a9c128410c0fa8825bb5c4cd31f8ee3bb7ec131</id>
      </parent>
    </parents>
    <author>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </author>
    <url>http://github.com/jcoglan/js.class/commit/402cd2212ff582ccb1b0e38df42e8e5c38307efa</url>
    <id>402cd2212ff582ccb1b0e38df42e8e5c38307efa</id>
    <committed-date>2009-06-29T02:37:15-07:00</committed-date>
    <authored-date>2009-06-21T03:05:43-07:00</authored-date>
    <message>Fixing some documentation formatting.</message>
    <tree>03c67b3b42dc4bddf86c0c39e26b8c148bfa7373</tree>
    <committer>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>547b8452737d38864791fa8b07d2f032028619b4</id>
      </parent>
    </parents>
    <author>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </author>
    <url>http://github.com/jcoglan/js.class/commit/9a9c128410c0fa8825bb5c4cd31f8ee3bb7ec131</url>
    <id>9a9c128410c0fa8825bb5c4cd31f8ee3bb7ec131</id>
    <committed-date>2009-06-22T03:03:29-07:00</committed-date>
    <authored-date>2009-06-22T03:03:29-07:00</authored-date>
    <message>Fix missing parameter in Set#isProperSuperset [Josh W].</message>
    <tree>de7436a1d3d67aa977385066fbffc6cb0bd274bd</tree>
    <committer>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>547b8452737d38864791fa8b07d2f032028619b4</id>
      </parent>
    </parents>
    <author>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </author>
    <url>http://github.com/jcoglan/js.class/commit/ae3a59d426b52f843472f299ad9189e94ed62544</url>
    <id>ae3a59d426b52f843472f299ad9189e94ed62544</id>
    <committed-date>2009-06-21T03:05:43-07:00</committed-date>
    <authored-date>2009-06-21T03:05:43-07:00</authored-date>
    <message>Fixing some documentation formatting.</message>
    <tree>3fad7f65969850b2c05418129bedef5d8a847901</tree>
    <committer>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </committer>
  </commit>
</commits>
