<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -45,8 +45,7 @@ things = Things.new(:database =&gt; options.delete(:database))
 tasks = things.focus(options[:focus]).tasks(options[:tasks]).map do |task|
   tags    = &quot;(#{task.tags.join(' ')})&quot; if task.tags?
   project = &quot;[#{task.parent}]&quot; if task.parent?
-  bullet  = task.completed? ? &quot;&#10003;&quot; : task.canceled? ? &quot;&#215;&quot; : &quot;-&quot;
-  [bullet, task.title, tags, project].compact.join(&quot; &quot;)
+  [task.bullet, task.title, tags, project].compact.join(&quot; &quot;)
 end
 
 puts tasks.compact.sort.join(&quot;\n&quot;)</diff>
      <filename>bin/things</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2729cdd3fe6ba9f7e580f6a73b2349613a5d4a34</id>
    </parent>
  </parents>
  <author>
    <name>Martin Str&#246;m</name>
    <email>my-name@my-domain.se</email>
  </author>
  <url>http://github.com/haraldmartin/things-rb/commit/d823e752f537078cf4839bbace085ba42e5f414e</url>
  <id>d823e752f537078cf4839bbace085ba42e5f414e</id>
  <committed-date>2009-08-28T16:20:58-07:00</committed-date>
  <authored-date>2009-08-28T16:20:58-07:00</authored-date>
  <message>use the builtin #bullet method instead</message>
  <tree>146faadfbaf8ee0ba585c6612af7cfae48b175f5</tree>
  <committer>
    <name>Martin Str&#246;m</name>
    <email>my-name@my-domain.se</email>
  </committer>
</commit>
