<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:admin="http://webns.net/mvcb/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:html="http://www.w3.org/1999/html" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>Ross Burton</title><link>http://www.burtonini.com/blog</link><description>A potted account of Ross' life</description><language>en</language><ttl>60</ttl><dc:creator>Ross Burton</dc:creator><admin:generatorAgent rdf:resource="http://pyblosxom.sourceforge.net/"/><admin:errorReportsTo rdf:resource="mailto:ross@burtonini.com"/><item><title>Why I Love DVCS</title><guid isPermaLink="false">computers/tasks-2007-02-28-10-30</guid><link>http://www.burtonini.com/blog/computers/tasks-2007-02-28-10-30</link><description>Over the last four days I've had patchy Internet connectivity but I've been hacking on Tasks a bit in the ...</description><content:encoded><![CDATA[    <p>
      Over the last four days I've had patchy Internet connectivity but I've
      been hacking on Tasks a bit in the evening and on flights.  The result:
    </p>
    <pre>$ svn diff | diffstat
 README                        |   33 +++++++++++++++++++++++++++
 src/Makefile.am               |    1 
 src/koto-group-filter-model.c |    4 +++
 src/koto-task-editor-dialog.c |   40 +++++++++++++++++---------------
 src/koto-task-editor-dialog.h |    5 +---
 src/koto-task-editor.c        |   47 +++++++++++++++++++++++---------------
 src/koto-task-store.c         |   37 ++++++++++++++++++++++++------
 src/koto-task-store.h         |    3 ++
 src/koto-task-view.c          |   45 ++++++++++++++++++++++++++++++++-----
 src/koto-task.c               |   51 ++++++++++++++++++++++++++++++++++++++++++
 src/koto-task.h               |   26 +++++++++++++++++++++
 src/test.c                    |   48 ++++++++++++++++++++++++++++++++++-----
 12 files changed, 281 insertions(+), 59 deletions(-)</pre>
    <p>
      Now I wish I had the foresight to clone the Tasks repository into a Bazaar
      branch so that I could commit as I went, and then merge it all back when I
      got home.  But no, I have several bug fixes and new features in this
      mega-diff, and I'm too anal to commit it in a single go.  Expect a Tasks
      0.2 soon!
    </p>
]]></content:encoded><dc:date>2007-02-28T10:30:00Z</dc:date></item></channel></rss>