<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>29ba36e323bffb6308234010ef6a6874bb5891c8</id>
      </parent>
    </parents>
    <author>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </author>
    <url>http://github.com/mguymon/sproutcore/commit/ce5eed0f98aae56f5ef9eb0b99c2d31db2d2f745</url>
    <id>ce5eed0f98aae56f5ef9eb0b99c2d31db2d2f745</id>
    <committed-date>2008-10-27T12:51:17-07:00</committed-date>
    <authored-date>2008-10-27T12:51:17-07:00</authored-date>
    <message>Update requires to support moved items</message>
    <tree>ee86e08d8ca3cb8f9d6e333ea6c2a1e7521881b7</tree>
    <committer>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7a0af901362f7f7ba8138dfabf922ac6a977db5c</id>
      </parent>
    </parents>
    <author>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </author>
    <url>http://github.com/mguymon/sproutcore/commit/29ba36e323bffb6308234010ef6a6874bb5891c8</url>
    <id>29ba36e323bffb6308234010ef6a6874bb5891c8</id>
    <committed-date>2008-10-24T17:28:07-07:00</committed-date>
    <authored-date>2008-10-24T17:28:07-07:00</authored-date>
    <message>Move private into foundation</message>
    <tree>a6b0efac7caef635988a94779211e0fc96a7b72c</tree>
    <committer>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9f9262655b4d09c909f697e7c2cb4fc07618f10d</id>
      </parent>
    </parents>
    <author>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </author>
    <url>http://github.com/mguymon/sproutcore/commit/7a0af901362f7f7ba8138dfabf922ac6a977db5c</url>
    <id>7a0af901362f7f7ba8138dfabf922ac6a977db5c</id>
    <committed-date>2008-10-24T17:20:52-07:00</committed-date>
    <authored-date>2008-10-24T17:20:52-07:00</authored-date>
    <message>Remove unused code</message>
    <tree>ebf71852c20a32af4099fc183c1e7d29b0fbdf32</tree>
    <committer>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9d0074136e054f64c3479988dae2ca704ecef842</id>
      </parent>
    </parents>
    <author>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </author>
    <url>http://github.com/mguymon/sproutcore/commit/9f9262655b4d09c909f697e7c2cb4fc07618f10d</url>
    <id>9f9262655b4d09c909f697e7c2cb4fc07618f10d</id>
    <committed-date>2008-10-24T16:58:31-07:00</committed-date>
    <authored-date>2008-10-24T16:58:31-07:00</authored-date>
    <message>One further tweak for cached properties</message>
    <tree>2e091b106fcf54745c49c1662ae3ef24648ca976</tree>
    <committer>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e1a54420b147a0a20514f4fea5f3694920f435d9</id>
      </parent>
    </parents>
    <author>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </author>
    <url>http://github.com/mguymon/sproutcore/commit/9d0074136e054f64c3479988dae2ca704ecef842</url>
    <id>9d0074136e054f64c3479988dae2ca704ecef842</id>
    <committed-date>2008-10-24T16:58:15-07:00</committed-date>
    <authored-date>2008-10-24T16:58:15-07:00</authored-date>
    <message>Treat properties as indempotent and easy computed property caching.

This change means that multiple calls to set() will only trigger observers
and binding changes one time.  This should reduce the &quot;echo&quot; effect of
property values changing in a SproutCore application.

You can turn this behavior off with computed properties using the helper

function() {

}.property().indempotent(NO)

Also, computed properties can now be cached.  This is enabled with the
helper:

function() {

}.property().cacheable()

Set() will now cache these values and only invalidate them when the property
or a dependent property changes.</message>
    <tree>085a64697dd07b58bfb24cc884c0d2753ef23b47</tree>
    <committer>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9d8da02cdfe674ef4e07eaf3c17f8b4ca4b0cf55</id>
      </parent>
    </parents>
    <author>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </author>
    <url>http://github.com/mguymon/sproutcore/commit/e1a54420b147a0a20514f4fea5f3694920f435d9</url>
    <id>e1a54420b147a0a20514f4fea5f3694920f435d9</id>
    <committed-date>2008-10-24T15:54:27-07:00</committed-date>
    <authored-date>2008-10-24T15:54:27-07:00</authored-date>
    <message>Move some class methods to generic module to avoid extra copying</message>
    <tree>944a715adedde4b0ae70ccbe0990082603a6a5b6</tree>
    <committer>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2e27bb6e14e5213ac3efa6fd937ff66aba879e0a</id>
      </parent>
    </parents>
    <author>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </author>
    <url>http://github.com/mguymon/sproutcore/commit/9d8da02cdfe674ef4e07eaf3c17f8b4ca4b0cf55</url>
    <id>9d8da02cdfe674ef4e07eaf3c17f8b4ca4b0cf55</id>
    <committed-date>2008-10-24T14:15:34-07:00</committed-date>
    <authored-date>2008-10-24T14:15:34-07:00</authored-date>
    <message>Make unit tests pass</message>
    <tree>3b9875adc0e0e80226bed0ee9a36b1bd682dbca8</tree>
    <committer>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a81a860847002b46730d7463b4a676d266d0cdc1</id>
      </parent>
    </parents>
    <author>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </author>
    <url>http://github.com/mguymon/sproutcore/commit/2e27bb6e14e5213ac3efa6fd937ff66aba879e0a</url>
    <id>2e27bb6e14e5213ac3efa6fd937ff66aba879e0a</id>
    <committed-date>2008-10-24T11:41:37-07:00</committed-date>
    <authored-date>2008-10-24T11:41:37-07:00</authored-date>
    <message>Update SC.Object to provide a faster, more memory efficient create/extend API.</message>
    <tree>fcb55c2b71e94289b18ddd339c49bbef16919c24</tree>
    <committer>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f7a8d73a1ae3d2f6875231093f82b013496ddd6a</id>
      </parent>
      <parent>
        <id>f4ebebf09263187e20bb6806c5f1e8db7cfa9b43</id>
      </parent>
    </parents>
    <author>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </author>
    <url>http://github.com/mguymon/sproutcore/commit/a81a860847002b46730d7463b4a676d266d0cdc1</url>
    <id>a81a860847002b46730d7463b4a676d266d0cdc1</id>
    <committed-date>2008-10-23T21:09:02-07:00</committed-date>
    <authored-date>2008-10-23T21:09:02-07:00</authored-date>
    <message>Merge branch 'babycham' into babycham-object</message>
    <tree>872f0c595b0c61bbc2e5e9aa9738966e855789ca</tree>
    <committer>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f03889dc8ddb821b761c6d221b9dfe21b82606e4</id>
      </parent>
    </parents>
    <author>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </author>
    <url>http://github.com/mguymon/sproutcore/commit/f4ebebf09263187e20bb6806c5f1e8db7cfa9b43</url>
    <id>f4ebebf09263187e20bb6806c5f1e8db7cfa9b43</id>
    <committed-date>2008-10-23T21:08:52-07:00</committed-date>
    <authored-date>2008-10-23T21:08:52-07:00</authored-date>
    <message>Add without() and compact() to SC.Array</message>
    <tree>a0b97a6e365f563fa1695dde0f687288edab53ff</tree>
    <committer>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6e5315b9e5bc360e5b1168a3f9fd37cd4ad1cf69</id>
      </parent>
    </parents>
    <author>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </author>
    <url>http://github.com/mguymon/sproutcore/commit/f7a8d73a1ae3d2f6875231093f82b013496ddd6a</url>
    <id>f7a8d73a1ae3d2f6875231093f82b013496ddd6a</id>
    <committed-date>2008-10-23T21:06:57-07:00</committed-date>
    <authored-date>2008-10-23T21:06:57-07:00</authored-date>
    <message>More changes to object</message>
    <tree>872f0c595b0c61bbc2e5e9aa9738966e855789ca</tree>
    <committer>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d2fde33d875ab021a2d311d0b160262f4535a2f6</id>
      </parent>
      <parent>
        <id>f03889dc8ddb821b761c6d221b9dfe21b82606e4</id>
      </parent>
    </parents>
    <author>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </author>
    <url>http://github.com/mguymon/sproutcore/commit/6e5315b9e5bc360e5b1168a3f9fd37cd4ad1cf69</url>
    <id>6e5315b9e5bc360e5b1168a3f9fd37cd4ad1cf69</id>
    <committed-date>2008-10-23T15:43:14-07:00</committed-date>
    <authored-date>2008-10-23T15:43:14-07:00</authored-date>
    <message>Merge branch 'babycham' into babycham-object</message>
    <tree>b9b6cdb14fc9ff50c4c5ecbf8d939f538e7b3e14</tree>
    <committer>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2f4c917e314d2b8493e929a6b9ca1c5dde1b96b2</id>
      </parent>
      <parent>
        <id>bdfc815ec14bab08ed1e4bab9b9cffd236621b47</id>
      </parent>
    </parents>
    <author>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </author>
    <url>http://github.com/mguymon/sproutcore/commit/f03889dc8ddb821b761c6d221b9dfe21b82606e4</url>
    <id>f03889dc8ddb821b761c6d221b9dfe21b82606e4</id>
    <committed-date>2008-10-23T15:41:58-07:00</committed-date>
    <authored-date>2008-10-23T15:41:58-07:00</authored-date>
    <message>Merge branch 'bitburger' into babycham</message>
    <tree>ff9bc25e1724604bce0b38b102e5b8d9cb590f27</tree>
    <committer>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3d9adbd13a405ce6c9fbe53b486470f707cf2b79</id>
      </parent>
    </parents>
    <author>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </author>
    <url>http://github.com/mguymon/sproutcore/commit/bdfc815ec14bab08ed1e4bab9b9cffd236621b47</url>
    <id>bdfc815ec14bab08ed1e4bab9b9cffd236621b47</id>
    <committed-date>2008-10-23T15:40:00-07:00</committed-date>
    <authored-date>2008-10-23T15:40:00-07:00</authored-date>
    <message>Add a bit more logging</message>
    <tree>f61411af6fec11a2cef93908f4d27d022bc5db40</tree>
    <committer>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c7789e3d064adb8b22938a94bae7d53efc5d024f</id>
      </parent>
    </parents>
    <author>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </author>
    <url>http://github.com/mguymon/sproutcore/commit/3d9adbd13a405ce6c9fbe53b486470f707cf2b79</url>
    <id>3d9adbd13a405ce6c9fbe53b486470f707cf2b79</id>
    <committed-date>2008-10-23T15:36:51-07:00</committed-date>
    <authored-date>2008-10-23T15:36:51-07:00</authored-date>
    <message>Add optional logging and benchmarking to bindings</message>
    <tree>25a16dfe4d6f07b9281aba60a9d54087153713ca</tree>
    <committer>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2f4c917e314d2b8493e929a6b9ca1c5dde1b96b2</id>
      </parent>
    </parents>
    <author>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </author>
    <url>http://github.com/mguymon/sproutcore/commit/d2fde33d875ab021a2d311d0b160262f4535a2f6</url>
    <id>d2fde33d875ab021a2d311d0b160262f4535a2f6</id>
    <committed-date>2008-10-23T12:05:27-07:00</committed-date>
    <authored-date>2008-10-23T12:05:27-07:00</authored-date>
    <message>Update SC.Object.mixin to avoid prottoype</message>
    <tree>58e34103f7fb1a47a811aee89f4b34847e37dc65</tree>
    <committer>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8a1a29ba98784073d2ee99222b0a8c3597ba1129</id>
      </parent>
    </parents>
    <author>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </author>
    <url>http://github.com/mguymon/sproutcore/commit/2f4c917e314d2b8493e929a6b9ca1c5dde1b96b2</url>
    <id>2f4c917e314d2b8493e929a6b9ca1c5dde1b96b2</id>
    <committed-date>2008-10-22T23:15:17-07:00</committed-date>
    <authored-date>2008-10-22T23:15:17-07:00</authored-date>
    <message>Defined partial API for SC.time</message>
    <tree>4d457ad1f2d9279c62f1dbfea8b28a2f76866824</tree>
    <committer>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f24ce01f488a6ba3a8ae82503f124b6d1d538932</id>
      </parent>
    </parents>
    <author>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </author>
    <url>http://github.com/mguymon/sproutcore/commit/8a1a29ba98784073d2ee99222b0a8c3597ba1129</url>
    <id>8a1a29ba98784073d2ee99222b0a8c3597ba1129</id>
    <committed-date>2008-10-22T14:42:12-07:00</committed-date>
    <authored-date>2008-10-22T14:42:12-07:00</authored-date>
    <message>Move date.js to time.js in prep for new API</message>
    <tree>3b1c6ae05e69b327384f9cd1caa5086748a7fee6</tree>
    <committer>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3b7c6fb3e762bdafb5e2de8c9fed17689d91ed9b</id>
      </parent>
    </parents>
    <author>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </author>
    <url>http://github.com/mguymon/sproutcore/commit/f24ce01f488a6ba3a8ae82503f124b6d1d538932</url>
    <id>f24ce01f488a6ba3a8ae82503f124b6d1d538932</id>
    <committed-date>2008-10-22T14:25:18-07:00</committed-date>
    <authored-date>2008-10-22T14:25:18-07:00</authored-date>
    <message>Proposed API for json.  Not implemented yet</message>
    <tree>a5f73a1c4b804e4c35c87075df0a7f2dbedaa182</tree>
    <committer>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>52a5b050781d7125975e2ea658bf099a3b5b7a39</id>
      </parent>
    </parents>
    <author>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </author>
    <url>http://github.com/mguymon/sproutcore/commit/3b7c6fb3e762bdafb5e2de8c9fed17689d91ed9b</url>
    <id>3b7c6fb3e762bdafb5e2de8c9fed17689d91ed9b</id>
    <committed-date>2008-10-22T10:23:29-07:00</committed-date>
    <authored-date>2008-10-22T10:23:29-07:00</authored-date>
    <message>Cleanup SC.String

- Now use SC.Locale to get localization strings.
- Eliminate use of Prototype methods not also implemented by SC.String
- Use faster regex-based methods for more replacement operations</message>
    <tree>befcece1d0ba484fa679978ad610ba4987039149</tree>
    <committer>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d49a1f2a1bfd91494f347768636bc6a2663a03fd</id>
      </parent>
    </parents>
    <author>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </author>
    <url>http://github.com/mguymon/sproutcore/commit/52a5b050781d7125975e2ea658bf099a3b5b7a39</url>
    <id>52a5b050781d7125975e2ea658bf099a3b5b7a39</id>
    <committed-date>2008-10-21T19:01:55-07:00</committed-date>
    <authored-date>2008-10-21T19:01:55-07:00</authored-date>
    <message>Apply fixes needed to get new locale mostly up and running</message>
    <tree>6e2c086b3ef774484f872bd33b177b68db5e774f</tree>
    <committer>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f096705bf582b207ce0d44368c1d421dbced28e1</id>
      </parent>
    </parents>
    <author>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </author>
    <url>http://github.com/mguymon/sproutcore/commit/d49a1f2a1bfd91494f347768636bc6a2663a03fd</url>
    <id>d49a1f2a1bfd91494f347768636bc6a2663a03fd</id>
    <committed-date>2008-10-21T18:40:41-07:00</committed-date>
    <authored-date>2008-10-21T18:40:41-07:00</authored-date>
    <message>Moved still useful string functions to SC.String mixin.</message>
    <tree>ebaf3c63dcf2cc6edb26c6ebf3a36fdb027c94f2</tree>
    <committer>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>92696e3ea06f6c63e288622ff2d22e74d5162b24</id>
      </parent>
    </parents>
    <author>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </author>
    <url>http://github.com/mguymon/sproutcore/commit/f096705bf582b207ce0d44368c1d421dbced28e1</url>
    <id>f096705bf582b207ce0d44368c1d421dbced28e1</id>
    <committed-date>2008-10-21T18:36:10-07:00</committed-date>
    <authored-date>2008-10-21T18:36:10-07:00</authored-date>
    <message>Moved String localization to new SC.Locale class.</message>
    <tree>1d5ac369766992112a1132fd6e8aaefebb1a45fd</tree>
    <committer>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>757af9b983f6d6504ea0b5ee1015b77dbb227051</id>
      </parent>
    </parents>
    <author>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </author>
    <url>http://github.com/mguymon/sproutcore/commit/92696e3ea06f6c63e288622ff2d22e74d5162b24</url>
    <id>92696e3ea06f6c63e288622ff2d22e74d5162b24</id>
    <committed-date>2008-10-21T11:52:29-07:00</committed-date>
    <authored-date>2008-10-21T11:52:29-07:00</authored-date>
    <message>Move most general foundation files into their appropriate subdirectory and update requires().

This change is in preparation for splitting SproutCore into several parts.  Foundation will include common functionality needed for all SproutCore applications.</message>
    <tree>1245b333a300e039cdc4303a55a75d2826812426</tree>
    <committer>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a7bfd95c17e2506b393a3b520eb51a484ff18525</id>
      </parent>
    </parents>
    <author>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </author>
    <url>http://github.com/mguymon/sproutcore/commit/757af9b983f6d6504ea0b5ee1015b77dbb227051</url>
    <id>757af9b983f6d6504ea0b5ee1015b77dbb227051</id>
    <committed-date>2008-10-21T11:30:46-07:00</committed-date>
    <authored-date>2008-10-21T11:30:46-07:00</authored-date>
    <message>Renamed SC.event to SC.Event, made into a proper class. Moved system and mixins into foundation directory (prep for split)</message>
    <tree>6caeb34b6d34cad841e1f6eb1b0eb5800e91aae9</tree>
    <committer>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c224a4fd3b720882bef4d9d0387a00dc654640cf</id>
      </parent>
    </parents>
    <author>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </author>
    <url>http://github.com/mguymon/sproutcore/commit/a7bfd95c17e2506b393a3b520eb51a484ff18525</url>
    <id>a7bfd95c17e2506b393a3b520eb51a484ff18525</id>
    <committed-date>2008-10-21T09:40:45-07:00</committed-date>
    <authored-date>2008-10-21T09:40:45-07:00</authored-date>
    <message>Revert &quot;Partially completed SC.Request&quot; - Removing request from babycham for now.  See babycham-request for files.

This reverts commit 41b3ff11c1294aca1e3528d73e6a6f6eaf679112.</message>
    <tree>af87c9c5d933e763d1f26003f8eb311c4ffd963c</tree>
    <committer>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ea50a6280ca4cacce9f41e19e559aea7fcd3bfe6</id>
      </parent>
    </parents>
    <author>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </author>
    <url>http://github.com/mguymon/sproutcore/commit/c224a4fd3b720882bef4d9d0387a00dc654640cf</url>
    <id>c224a4fd3b720882bef4d9d0387a00dc654640cf</id>
    <committed-date>2008-10-21T09:40:16-07:00</committed-date>
    <authored-date>2008-10-21T09:40:16-07:00</authored-date>
    <message>Revert &quot;Latest changes to request&quot; -- Removing request from babycham for now. See babycham-request for files.

This reverts commit f716b27d2f683d7125f29252bb62bf7623fd4d36.</message>
    <tree>0a97e4dd15800496e1beb3c908049d4aed06745b</tree>
    <committer>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ae5983d35089ca3589585555517836df755e8235</id>
      </parent>
    </parents>
    <author>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </author>
    <url>http://github.com/mguymon/sproutcore/commit/ea50a6280ca4cacce9f41e19e559aea7fcd3bfe6</url>
    <id>ea50a6280ca4cacce9f41e19e559aea7fcd3bfe6</id>
    <committed-date>2008-10-21T09:38:55-07:00</committed-date>
    <authored-date>2008-10-16T16:55:03-07:00</authored-date>
    <message>Add HACKING with instructions</message>
    <tree>d25a9366c684ae2a48134a433b9b2fdc48a945c9</tree>
    <committer>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f716b27d2f683d7125f29252bb62bf7623fd4d36</id>
      </parent>
    </parents>
    <author>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </author>
    <url>http://github.com/mguymon/sproutcore/commit/ae5983d35089ca3589585555517836df755e8235</url>
    <id>ae5983d35089ca3589585555517836df755e8235</id>
    <committed-date>2008-10-21T09:34:57-07:00</committed-date>
    <authored-date>2008-10-21T09:34:57-07:00</authored-date>
    <message>Revert &quot;Add HACKING with instructions&quot;

This reverts commit f69fac8e85aba30047ab83541217f539fc1a6b1e.</message>
    <tree>eac50ba9a329f63c44a38870745df9d55cf9cf12</tree>
    <committer>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>41b3ff11c1294aca1e3528d73e6a6f6eaf679112</id>
      </parent>
    </parents>
    <author>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </author>
    <url>http://github.com/mguymon/sproutcore/commit/f716b27d2f683d7125f29252bb62bf7623fd4d36</url>
    <id>f716b27d2f683d7125f29252bb62bf7623fd4d36</id>
    <committed-date>2008-10-20T22:47:14-07:00</committed-date>
    <authored-date>2008-10-20T22:47:14-07:00</authored-date>
    <message>Latest changes to request</message>
    <tree>d25a9366c684ae2a48134a433b9b2fdc48a945c9</tree>
    <committer>
      <name>Charles Jolley</name>
      <email>charles@sproutit.com</email>
    </committer>
  </commit>
</commits>
