<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -107,7 +107,7 @@ def show(request,key):
     if post is None:
       return http.HttpResponseNotFound(&quot;No Post exists with that key&quot;)
     return views.respond(request, user, 'posts/show',
-                       {'post': post})
+                       {'post': post.to_hash()})
   except(db.BadKeyError):
     return http.HttpResponseNotFound(&quot;No Post exists with that key&quot;)
     </diff>
      <filename>controllers/posts.py</filename>
    </modified>
    <modified>
      <diff>@@ -10,14 +10,14 @@ indexes:
 # automatically uploaded to the admin console when you next deploy
 # your application using appcfg.py.
 
-# Unused in query history -- copied from input.
+# Used once in query history.
 - kind: Post
   properties:
   - name: author
   - name: created
     direction: desc
 
-# Used 75 times in query history.
+# Used 77 times in query history.
 - kind: Post
   properties:
   - name: created
@@ -29,7 +29,7 @@ indexes:
   - name: created
     direction: desc
 
-# Unused in query history -- copied from input.
+# Used once in query history.
 - kind: Profile
   properties:
   - name: postCount</diff>
      <filename>index.yaml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>20b6a664cef8439739302053e25c5722453f0171</id>
    </parent>
  </parents>
  <author>
    <name>Pelle Braendgaard</name>
    <email>pelleb@gmail.com</email>
  </author>
  <url>http://github.com/pelle/talk.org/commit/9ae6d0e1aedb0fb0e4391fa086cd10e6ca2e95f0</url>
  <id>9ae6d0e1aedb0fb0e4391fa086cd10e6ca2e95f0</id>
  <committed-date>2008-06-12T11:11:54-07:00</committed-date>
  <authored-date>2008-06-12T11:11:54-07:00</authored-date>
  <message>Fixed a problem in show</message>
  <tree>8b005199daf3b9e0cc220023a6fd54226ec065e8</tree>
  <committer>
    <name>Pelle Braendgaard</name>
    <email>pelleb@gmail.com</email>
  </committer>
</commit>
