<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>tests/andrew_tests.py</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -90,7 +90,7 @@ class Repository(BaseRepository):
         
         plen = len(path)
         if plen != 0:
-        	plen += 1
+            plen += 1
         files = [f[0][plen:] for f in filter(lambda x: x[2] == 'file', entries[1])]
         folders = [f[0][plen:] for f in filter(lambda x: x[2] == 'directory', entries[1])]
         
@@ -105,7 +105,7 @@ class Repository(BaseRepository):
             if tree.kind(file_id) != 'file':
                 # Django VCS expects file_contents to raise an exception on directories, while bzrlib returns an empty string
                 # so check explicitly, and raise an exception
-            	raise FileDoesNotExist
+                raise FileDoesNotExist
             out = tree.get_file(file_id).read()
             self._branch.unlock()
         except:</diff>
      <filename>pyvcs/backends/bzr.py</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>tests/andrew_test.py</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>fc483d2d05d5066e208a17362a7ce9319d7e909a</id>
    </parent>
  </parents>
  <author>
    <name>andrew</name>
    <email>andrew@messages.andrewpendleton.net</email>
  </author>
  <url>http://github.com/alex/pyvcs/commit/a0a98b291e3f64d14e0e45e5e59b40f2e35e4ea4</url>
  <id>a0a98b291e3f64d14e0e45e5e59b40f2e35e4ea4</id>
  <committed-date>2009-07-09T15:55:40-07:00</committed-date>
  <authored-date>2009-07-09T15:55:40-07:00</authored-date>
  <message>Fixing consistency in file naming, indentation.</message>
  <tree>d5fdfff6b154a3fd362bd9ba0db25c26330c30fa</tree>
  <committer>
    <name>andrew</name>
    <email>andrew@messages.andrewpendleton.net</email>
  </committer>
</commit>
