<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>dcc3a3edbd7500af196161046dcbc43f837cd056</id>
      </parent>
    </parents>
    <author>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </author>
    <url>http://github.com/eki/vying/commit/d8d4c3de94083ee26fe166a9e9a3c8f671ca299d</url>
    <id>d8d4c3de94083ee26fe166a9e9a3c8f671ca299d</id>
    <committed-date>2009-04-25T12:09:23-07:00</committed-date>
    <authored-date>2009-04-25T12:09:23-07:00</authored-date>
    <message>Fixed Ruby 1.9 support.</message>
    <tree>e67c04ff226491d22abde265efc5f71cdcf61f68</tree>
    <committer>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f77342c45564564197bacbb73589f405a5268247</id>
      </parent>
    </parents>
    <author>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </author>
    <url>http://github.com/eki/vying/commit/dcc3a3edbd7500af196161046dcbc43f837cd056</url>
    <id>dcc3a3edbd7500af196161046dcbc43f837cd056</id>
    <committed-date>2009-04-25T10:27:54-07:00</committed-date>
    <authored-date>2009-04-25T10:27:54-07:00</authored-date>
    <message>Use the correct version of ruby to build the C extension.</message>
    <tree>cf6efe7a6fa411e4d1e0bb801fc0099d0fa576fb</tree>
    <committer>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4dbef61205792ba5a1c0945a0c582d6db4240fee</id>
      </parent>
    </parents>
    <author>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </author>
    <url>http://github.com/eki/vying/commit/f77342c45564564197bacbb73589f405a5268247</url>
    <id>f77342c45564564197bacbb73589f405a5268247</id>
    <committed-date>2009-03-15T13:38:19-07:00</committed-date>
    <authored-date>2009-03-15T13:38:19-07:00</authored-date>
    <message>Only define a top-level Game if it hasn't already been defined.</message>
    <tree>c5ddb9d95866b0c8106416994bc04e20b80dc08a</tree>
    <committer>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>94b581b352f1cc5edb86e3c00afb55e86badb352</id>
      </parent>
    </parents>
    <author>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </author>
    <url>http://github.com/eki/vying/commit/4dbef61205792ba5a1c0945a0c582d6db4240fee</url>
    <id>4dbef61205792ba5a1c0945a0c582d6db4240fee</id>
    <committed-date>2009-03-15T12:08:21-07:00</committed-date>
    <authored-date>2009-03-15T12:08:21-07:00</authored-date>
    <message>Back off some of the namespacing.  Game and Rules are now accessible as
top-level constants (or under Vying namespace).  Parts have to be top level
because of the way rules are defined (class_eval doesn't handle constants very
well).  Also, Rules constants are setup both as top-level constants and under
Vying namespace (for example, Othello and Vying::Othello).  The assumption is
that these recent namespace changes will eliminate most conflicts without being
too annoying.</message>
    <tree>1890bbd9292e473ee2fa0976188cb57b31287a33</tree>
    <committer>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7dc50980974f989a1491d1dffb94110e7648431b</id>
      </parent>
    </parents>
    <author>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </author>
    <url>http://github.com/eki/vying/commit/94b581b352f1cc5edb86e3c00afb55e86badb352</url>
    <id>94b581b352f1cc5edb86e3c00afb55e86badb352</id>
    <committed-date>2009-03-14T19:54:41-07:00</committed-date>
    <authored-date>2009-03-14T19:54:41-07:00</authored-date>
    <message>Deleted old commented out line.</message>
    <tree>11238de01a69a2fb967e537008dd0aa56548329e</tree>
    <committer>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>72d8d9aba99db60e38efc3ddc6abc795d8c3604d</id>
      </parent>
    </parents>
    <author>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </author>
    <url>http://github.com/eki/vying/commit/7dc50980974f989a1491d1dffb94110e7648431b</url>
    <id>7dc50980974f989a1491d1dffb94110e7648431b</id>
    <committed-date>2009-03-14T19:53:43-07:00</committed-date>
    <authored-date>2009-03-14T19:53:43-07:00</authored-date>
    <message>Moved Rules into the Vying namespace.  Changed Rules.create calls to
Vying.rules calls (which is simply a proxy for Rules.create).</message>
    <tree>154ca5985988f1a6592cf4adcc78589cf652ac14</tree>
    <committer>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b2c0158fe722d4bef5778336f3366a1659374221</id>
      </parent>
    </parents>
    <author>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </author>
    <url>http://github.com/eki/vying/commit/72d8d9aba99db60e38efc3ddc6abc795d8c3604d</url>
    <id>72d8d9aba99db60e38efc3ddc6abc795d8c3604d</id>
    <committed-date>2009-03-14T18:38:48-07:00</committed-date>
    <authored-date>2009-03-14T18:38:48-07:00</authored-date>
    <message>Move User, Human, and Bot into the Vying namespace.</message>
    <tree>0c5684ca16bf7a2196719269570d42532db260e8</tree>
    <committer>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2a697ff35b667589ee0e7e1a5420843fcedc45a6</id>
      </parent>
    </parents>
    <author>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </author>
    <url>http://github.com/eki/vying/commit/b2c0158fe722d4bef5778336f3366a1659374221</url>
    <id>b2c0158fe722d4bef5778336f3366a1659374221</id>
    <committed-date>2009-03-14T17:48:05-07:00</committed-date>
    <authored-date>2009-03-14T17:48:05-07:00</authored-date>
    <message>Move RandomNumberGenerator into the Vying namespace.</message>
    <tree>4ccbe5d552a0c5b5f5324e049a595cd7f04e23a2</tree>
    <committer>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f6e132021b39c44ef5808a470e9323d798385baf</id>
      </parent>
    </parents>
    <author>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </author>
    <url>http://github.com/eki/vying/commit/2a697ff35b667589ee0e7e1a5420843fcedc45a6</url>
    <id>2a697ff35b667589ee0e7e1a5420843fcedc45a6</id>
    <committed-date>2009-03-14T17:45:18-07:00</committed-date>
    <authored-date>2009-03-14T17:45:18-07:00</authored-date>
    <message>Moved Player into the Vying namespace.</message>
    <tree>abdea17d9f06f8d0343ff0c36b404cbc403c08fe</tree>
    <committer>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c1e691159e56115fe945d69744c2d6c5b26328ce</id>
      </parent>
    </parents>
    <author>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </author>
    <url>http://github.com/eki/vying/commit/f6e132021b39c44ef5808a470e9323d798385baf</url>
    <id>f6e132021b39c44ef5808a470e9323d798385baf</id>
    <committed-date>2009-03-14T17:44:13-07:00</committed-date>
    <authored-date>2009-03-14T17:44:13-07:00</authored-date>
    <message>Move Option into the Vying namespace.</message>
    <tree>a3ab5750a60d330487690624cb0ee0ee7fb79880</tree>
    <committer>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2281db143e8d529a3d4c66be6a7059a7dc43ca49</id>
      </parent>
    </parents>
    <author>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </author>
    <url>http://github.com/eki/vying/commit/c1e691159e56115fe945d69744c2d6c5b26328ce</url>
    <id>c1e691159e56115fe945d69744c2d6c5b26328ce</id>
    <committed-date>2009-03-14T17:42:05-07:00</committed-date>
    <authored-date>2009-03-14T17:42:05-07:00</authored-date>
    <message>Moved History into the Vying namespace.</message>
    <tree>3541558c0280e81ff3512ffe551432fce099fd58</tree>
    <committer>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6d1daed8997f286e3b71fd740f2a047cc56ffce4</id>
      </parent>
    </parents>
    <author>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </author>
    <url>http://github.com/eki/vying/commit/2281db143e8d529a3d4c66be6a7059a7dc43ca49</url>
    <id>2281db143e8d529a3d4c66be6a7059a7dc43ca49</id>
    <committed-date>2009-03-14T17:38:30-07:00</committed-date>
    <authored-date>2009-03-14T17:38:30-07:00</authored-date>
    <message>Updated http extensions to Position (namespace change).</message>
    <tree>d4f9e9b2fa5109aa9b384bd061cb32369cb0cc32</tree>
    <committer>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1e2a1942168267fcd91e7e69e2cf091803ba30fe</id>
      </parent>
    </parents>
    <author>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </author>
    <url>http://github.com/eki/vying/commit/6d1daed8997f286e3b71fd740f2a047cc56ffce4</url>
    <id>6d1daed8997f286e3b71fd740f2a047cc56ffce4</id>
    <committed-date>2009-03-14T17:37:17-07:00</committed-date>
    <authored-date>2009-03-14T17:37:17-07:00</authored-date>
    <message>Put Position in the Vying namespace.</message>
    <tree>0f57b7c25bead5b77ff2ba1e5c5b3dd65ce0c408</tree>
    <committer>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>49e9c37a97ec94f4c1d6e6026b9c4bed70de2acd</id>
      </parent>
    </parents>
    <author>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </author>
    <url>http://github.com/eki/vying/commit/1e2a1942168267fcd91e7e69e2cf091803ba30fe</url>
    <id>1e2a1942168267fcd91e7e69e2cf091803ba30fe</id>
    <committed-date>2009-03-14T17:05:41-07:00</committed-date>
    <authored-date>2009-03-14T17:05:41-07:00</authored-date>
    <message>Put Game in the Vying namespace.</message>
    <tree>dcaf8c35c70aa8a00c14c7b847f062cd4f235b80</tree>
    <committer>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>130a5ac4fd8989bcb4cd1692acb05b464e1195a6</id>
      </parent>
    </parents>
    <author>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </author>
    <url>http://github.com/eki/vying/commit/49e9c37a97ec94f4c1d6e6026b9c4bed70de2acd</url>
    <id>49e9c37a97ec94f4c1d6e6026b9c4bed70de2acd</id>
    <committed-date>2009-03-14T16:56:08-07:00</committed-date>
    <authored-date>2009-03-14T16:56:08-07:00</authored-date>
    <message>Fix rdocs.</message>
    <tree>fee462ed66b734eb5484006210ba2c30eaaccac1</tree>
    <committer>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>163e2de0bd8798016cca16e71a2bc15c1cdddd9c</id>
      </parent>
    </parents>
    <author>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </author>
    <url>http://github.com/eki/vying/commit/130a5ac4fd8989bcb4cd1692acb05b464e1195a6</url>
    <id>130a5ac4fd8989bcb4cd1692acb05b464e1195a6</id>
    <committed-date>2009-03-14T16:53:54-07:00</committed-date>
    <authored-date>2009-03-14T16:53:54-07:00</authored-date>
    <message>Wrap in module Vying.</message>
    <tree>2689cf405238033cc75b6d8f5f137264a8f8d673</tree>
    <committer>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6ddbb2371b09b06c10653d921f774486b63b2d69</id>
      </parent>
    </parents>
    <author>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </author>
    <url>http://github.com/eki/vying/commit/163e2de0bd8798016cca16e71a2bc15c1cdddd9c</url>
    <id>163e2de0bd8798016cca16e71a2bc15c1cdddd9c</id>
    <committed-date>2009-03-14T16:46:52-07:00</committed-date>
    <authored-date>2009-03-14T16:46:52-07:00</authored-date>
    <message>SpecialMove is now in the Vying namespace.</message>
    <tree>0b270a0b6943ed855dd53e5bc73e33d77b95b73b</tree>
    <committer>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>dd28f0cfb32111df35c40cf60ae2beaf54c87d00</id>
      </parent>
    </parents>
    <author>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </author>
    <url>http://github.com/eki/vying/commit/6ddbb2371b09b06c10653d921f774486b63b2d69</url>
    <id>6ddbb2371b09b06c10653d921f774486b63b2d69</id>
    <committed-date>2009-03-14T16:46:22-07:00</committed-date>
    <authored-date>2009-03-14T16:46:22-07:00</authored-date>
    <message>Put SpecialMove in the Vying namespace.</message>
    <tree>56e2d2f8d179acf4fea500aab797646cc8ff0fe9</tree>
    <committer>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fa01b52b394662e36aa49f44e1a946da82b7f8f8</id>
      </parent>
    </parents>
    <author>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </author>
    <url>http://github.com/eki/vying/commit/dd28f0cfb32111df35c40cf60ae2beaf54c87d00</url>
    <id>dd28f0cfb32111df35c40cf60ae2beaf54c87d00</id>
    <committed-date>2009-03-14T16:45:36-07:00</committed-date>
    <authored-date>2009-03-14T16:45:36-07:00</authored-date>
    <message>Wrap in module Vying.</message>
    <tree>2226217f499d797bc16b522239b84ced69c81853</tree>
    <committer>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>701d2a2f16427e5e6ab60d35c1ac0e9bf3fa5351</id>
      </parent>
    </parents>
    <author>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </author>
    <url>http://github.com/eki/vying/commit/fa01b52b394662e36aa49f44e1a946da82b7f8f8</url>
    <id>fa01b52b394662e36aa49f44e1a946da82b7f8f8</id>
    <committed-date>2009-03-14T16:41:16-07:00</committed-date>
    <authored-date>2009-03-14T16:41:16-07:00</authored-date>
    <message>Move Move and SpecialMove (and subclasses) into the Vying namespace.</message>
    <tree>aa18ff9dc92ec54e7fb0c0cfd8f0df28aaec57e9</tree>
    <committer>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8cae75e9f20abddfa0ccaf74eb06708a68797e39</id>
      </parent>
    </parents>
    <author>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </author>
    <url>http://github.com/eki/vying/commit/701d2a2f16427e5e6ab60d35c1ac0e9bf3fa5351</url>
    <id>701d2a2f16427e5e6ab60d35c1ac0e9bf3fa5351</id>
    <committed-date>2009-03-14T16:40:25-07:00</committed-date>
    <authored-date>2009-03-14T16:40:25-07:00</authored-date>
    <message>Added 'include Vying' to all unit tests to cover the classes that are gradually
being moved into the Vying namespace.</message>
    <tree>822b6be66f18d36bb8d49b41693bf6317204585b</tree>
    <committer>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4419b6b1d3177601a4fd46ecb09907bfb582fd13</id>
      </parent>
    </parents>
    <author>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </author>
    <url>http://github.com/eki/vying/commit/8cae75e9f20abddfa0ccaf74eb06708a68797e39</url>
    <id>8cae75e9f20abddfa0ccaf74eb06708a68797e39</id>
    <committed-date>2009-03-14T15:47:13-07:00</committed-date>
    <authored-date>2009-03-14T15:47:13-07:00</authored-date>
    <message>Wrap in module Vying.</message>
    <tree>01a29d643ad83708d402ecf55c6e5741e118f576</tree>
    <committer>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f70c7629f8c666d385addcee899d23f16ab12bb6</id>
      </parent>
    </parents>
    <author>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </author>
    <url>http://github.com/eki/vying/commit/4419b6b1d3177601a4fd46ecb09907bfb582fd13</url>
    <id>4419b6b1d3177601a4fd46ecb09907bfb582fd13</id>
    <committed-date>2009-03-14T15:30:45-07:00</committed-date>
    <authored-date>2009-03-14T15:30:45-07:00</authored-date>
    <message>Moved Subset into the Vying namespace.</message>
    <tree>a00aea562d6b62e16830ddf2e6617eea4dd2b386</tree>
    <committer>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4ed9ef4c062a5570d6636c48706b1ac874b3cdee</id>
      </parent>
    </parents>
    <author>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </author>
    <url>http://github.com/eki/vying/commit/f70c7629f8c666d385addcee899d23f16ab12bb6</url>
    <id>f70c7629f8c666d385addcee899d23f16ab12bb6</id>
    <committed-date>2009-03-14T15:16:41-07:00</committed-date>
    <authored-date>2009-03-14T15:16:41-07:00</authored-date>
    <message>Move Notation and subclasses in to the Vying namespace.</message>
    <tree>9f1b2d095fe11ac763e82d61d3a3f83b44c5ef3e</tree>
    <committer>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e0dc0a27a18c942f33e73831541aec0080d0d277</id>
      </parent>
    </parents>
    <author>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </author>
    <url>http://github.com/eki/vying/commit/4ed9ef4c062a5570d6636c48706b1ac874b3cdee</url>
    <id>4ed9ef4c062a5570d6636c48706b1ac874b3cdee</id>
    <committed-date>2009-03-14T15:07:37-07:00</committed-date>
    <authored-date>2009-03-14T15:07:37-07:00</authored-date>
    <message>Put Format and subclasses in the Vying namespace.</message>
    <tree>f14eff24e5d471ec4ab917e6968b2cb12c5091f6</tree>
    <committer>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>85e069552f7a6a095cbaec39dab7cec7fd0f3fe5</id>
      </parent>
    </parents>
    <author>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </author>
    <url>http://github.com/eki/vying/commit/e0dc0a27a18c942f33e73831541aec0080d0d277</url>
    <id>e0dc0a27a18c942f33e73831541aec0080d0d277</id>
    <committed-date>2009-03-04T18:29:17-08:00</committed-date>
    <authored-date>2009-03-04T18:29:17-08:00</authored-date>
    <message>Renamed Footsteps#bid_history to #rounds.</message>
    <tree>c61e0800a632645ca98a96840c9cea8f7348796c</tree>
    <committer>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e3348e9255c582efdd53fcce6cc969a31726f27f</id>
      </parent>
    </parents>
    <author>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </author>
    <url>http://github.com/eki/vying/commit/85e069552f7a6a095cbaec39dab7cec7fd0f3fe5</url>
    <id>85e069552f7a6a095cbaec39dab7cec7fd0f3fe5</id>
    <committed-date>2009-03-04T18:26:36-08:00</committed-date>
    <authored-date>2009-03-04T18:26:36-08:00</authored-date>
    <message>Changed Footsteps so that it doesn't use Board and keeps a more detailed bid
history.  This version (2.5.0) is move compatible with the last version, but
bots, etc, will have to be updated.</message>
    <tree>e29c72f7a3ac7074daaae1939f2bdece9cfa9577</tree>
    <committer>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8881dedf936455a0a154212e09070b31de806cd8</id>
      </parent>
    </parents>
    <author>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </author>
    <url>http://github.com/eki/vying/commit/e3348e9255c582efdd53fcce6cc969a31726f27f</url>
    <id>e3348e9255c582efdd53fcce6cc969a31726f27f</id>
    <committed-date>2009-02-16T16:48:54-08:00</committed-date>
    <authored-date>2009-02-16T16:48:54-08:00</authored-date>
    <message>Fix home rows (they were backwards).</message>
    <tree>2a56b528b259dd1e9f4b3140a976c105975eef77</tree>
    <committer>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0167f62da59a164cb0069272265e7386cf6839d1</id>
      </parent>
      <parent>
        <id>46f46853343a648b5557376f9e4edea937a7a635</id>
      </parent>
    </parents>
    <author>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </author>
    <url>http://github.com/eki/vying/commit/8881dedf936455a0a154212e09070b31de806cd8</url>
    <id>8881dedf936455a0a154212e09070b31de806cd8</id>
    <committed-date>2009-02-14T21:22:32-08:00</committed-date>
    <authored-date>2009-02-14T21:22:32-08:00</authored-date>
    <message>Merge branch 'dstein'</message>
    <tree>0bcfe7eab646fa7920c23096363f5986eb3501a2</tree>
    <committer>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>cf99600669dd3d48936950b0ab7569e19a7cbf45</id>
      </parent>
    </parents>
    <author>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </author>
    <url>http://github.com/eki/vying/commit/0167f62da59a164cb0069272265e7386cf6839d1</url>
    <id>0167f62da59a164cb0069272265e7386cf6839d1</id>
    <committed-date>2009-02-14T21:21:57-08:00</committed-date>
    <authored-date>2009-02-14T21:21:57-08:00</authored-date>
    <message>Updated rdocs.</message>
    <tree>779a425f2832405f18e34fdd09de5bdd67960827</tree>
    <committer>
      <name>Eric K Idema</name>
      <email>eki@vying.org</email>
    </committer>
  </commit>
</commits>
