<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -84,6 +84,9 @@ class FileSummary(PathSummary):
     def __unicode__(self):
         return u&quot;FILE: %r : %s%s&quot; % (self.relativePath, self.hash, self.written and &quot; W&quot; or &quot;&quot;)
         
+    def __repr__(self):
+        return self.__unicode__()
+    
     def toYamlData(self):
         &quot;&quot;&quot;Convert to YAML&quot;&quot;&quot;
         return {&quot;type&quot;: &quot;file&quot;, 
@@ -113,6 +116,9 @@ class DirSummary(PathSummary):
                 &quot;path&quot;: self.relativePath
                 }
     
+    def __repr__(self):
+        return self.__unicode__()
+    
     @staticmethod
     def fromYamlData(data):
         &quot;&quot;&quot;Create from YAML (inverse of toYamlData)&quot;&quot;&quot;</diff>
      <filename>keevalbak/BackupOperations.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>fabed1354a318e89ba1e32f3558ee795d9513d74</id>
    </parent>
  </parents>
  <author>
    <name>Philip Dorrell</name>
    <email>http://www.1729.com/email.html</email>
  </author>
  <url>http://github.com/pdorrell/keevalbak/commit/2f24c84b53e1ec375e0189976a67caaf299c7c62</url>
  <id>2f24c84b53e1ec375e0189976a67caaf299c7c62</id>
  <committed-date>2008-07-07T02:48:50-07:00</committed-date>
  <authored-date>2008-06-28T19:17:11-07:00</authored-date>
  <message>__repr__ for FileSummary,DirSummary</message>
  <tree>8f15e15556760eeee5eb01a5b86b216e888ce54b</tree>
  <committer>
    <name>Philip Dorrell</name>
    <email>http://www.1729.com/email.html</email>
  </committer>
</commit>
