<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -60,7 +60,10 @@ def makeList(bp, fs, wantAll=False):
         todo=[x for x in todo if not x[1]]
     out=&quot;Found %d todos:&lt;br/&gt;&quot; % (len(todo))
     for id, complete, text in todo:
-        if complete: mark=&quot;x&quot; else: mark=&quot;*&quot;
+        if complete:
+            mark=&quot;x&quot;
+        else:
+            mark=&quot;*&quot;
         out += '\n%s &lt;anchor&gt;%s&lt;go href=&quot;#m&quot;&gt;\n' \
             '  &lt;setvar name=&quot;i&quot; value=&quot;%d&quot;/&gt;\n' \
             '  &lt;setvar name=&quot;n&quot; value=&quot;%s&quot;/&gt;&lt;/go&gt;&lt;/anchor&gt;&lt;br/&gt;\n' \</diff>
      <filename>cgi/todo.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>687af1abecd752e551a939eb0ec867387bfd931f</id>
    </parent>
  </parents>
  <author>
    <name>Dustin Sallings</name>
    <email>dustin@spy.net</email>
  </author>
  <url>http://github.com/dustin/py-backpack/commit/b15c8b4b2d093f9228ad8d4cb0ed314268c4324f</url>
  <id>b15c8b4b2d093f9228ad8d4cb0ed314268c4324f</id>
  <committed-date>2005-08-26T11:57:22-07:00</committed-date>
  <authored-date>2005-08-26T11:57:22-07:00</authored-date>
  <message>fixed a syntax error (writing code on machines I can't test it)</message>
  <tree>955995747988d4c8b5601b771efca79bf056a313</tree>
  <committer>
    <name>Dustin Sallings</name>
    <email>dustin@spy.net</email>
  </committer>
</commit>
