<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -26,7 +26,7 @@ private ######################################################################
   def repository_bundles(repository, search = '', match = :partial)
     search_term = Regexp.new(&quot;.*#{search}.*&quot;, 'i')
 
-    %x{ svn list #{repository} }.map do |bundle|
+    %x{ svn list #{repository} }.split.map do |bundle|
       bundle.split('.').first
     end.select do |bundle|
       match == :partial ? bundle =~ search_term : bundle == search</diff>
      <filename>lib/textmate/source/macromates.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f21378bfd457cb6926817edef81df7cb8371f197</id>
    </parent>
  </parents>
  <author>
    <name>Jason L Perry</name>
    <email>jasper@ambethia.com</email>
  </author>
  <url>http://github.com/ddollar/textmate/commit/bfc70a32268e84233b8e9f6fc176494d5fa87758</url>
  <id>bfc70a32268e84233b8e9f6fc176494d5fa87758</id>
  <committed-date>2009-09-09T12:41:49-07:00</committed-date>
  <authored-date>2009-09-09T12:13:45-07:00</authored-date>
  <message>Ruby 1.9 fix, no more enumerable strings

Signed-off-by: David Dollar &lt;ddollar@gmail.com&gt;</message>
  <tree>8bc27a1d0a66070757a5038cf6f88a09343ed7b2</tree>
  <committer>
    <name>David Dollar</name>
    <email>ddollar@gmail.com</email>
  </committer>
</commit>
