<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -60,8 +60,7 @@ The following changes were made to libraries to handle certain features:
 
 To run the tests:
 
-* Uncomment the test routes in app.yaml
-* Load the dev_server and go to: [http://localhost:8080/test?package=controllers](http://localhost:8080/test?package=controllers)
+* Go to: [http://localhost:8080/test?package=controllers](http://localhost:8080/test?package=controllers)
 
 ----
 Copyright 2008 Gabriel Handford
\ No newline at end of file</diff>
      <filename>README.md</filename>
    </modified>
    <modified>
      <diff>@@ -3,17 +3,19 @@ version: 1
 runtime: python
 api_version: 1
 
-# /shrub is a reserved namespace (bucket). All non-S3 routes should fall under that to avoid conflicts with S3 buckets.
+# /shrub is a reserved bucket so we have a path to serve assets (from GAE or s3).
+# All non-S3 routes should fall under that to avoid conflicts with S3 buckets.
+# Other reserved buckets include, /shrub-env and /test (for debugging and testing).
 handlers:
 - url: /test.*
   script: test.py
-  
+
 - url: /shrub
   static_dir: public/
 
 - url: /favicon.ico
   static_files: public/favicon.ico
   upload: public/favicon.ico
-  
+
 - url: /.*
   script: main.py</diff>
      <filename>app.yaml</filename>
    </modified>
    <modified>
      <diff>@@ -2,14 +2,6 @@
 #
 # Copyright 2008 Gabriel Handford
 #
-&quot;&quot;&quot;
-Tests:
-
-To run the tests, load the dev_server and go to: 
-
-  http://localhost:8080/test?package=controllers
-  
-&quot;&quot;&quot;
 
 import sys
 import os</diff>
      <filename>test.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f176c970a02464b44cb8fde1f4144a707302174e</id>
    </parent>
  </parents>
  <author>
    <name>Gabriel Handford</name>
    <email>gabrielh@gmail.com</email>
  </author>
  <url>http://github.com/gabriel/shrub/commit/2c4f906aec0fd7d112c44cf5108c9f22e7d5b9ae</url>
  <id>2c4f906aec0fd7d112c44cf5108c9f22e7d5b9ae</id>
  <committed-date>2009-02-15T15:31:06-08:00</committed-date>
  <authored-date>2009-02-15T15:31:06-08:00</authored-date>
  <message>Docs for test</message>
  <tree>33879a6f9f408c35a21591ea2d3945fa21e5025d</tree>
  <committer>
    <name>Gabriel Handford</name>
    <email>gabrielh@gmail.com</email>
  </committer>
</commit>
