<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -238,7 +238,7 @@ module Braid
     end
 
     class GitSvn &lt; Proxy
-      def self.command; &quot;git-svn&quot;; end
+      def self.command; &quot;git svn&quot;; end
 
       def commit_hash(remote, revision)
         out = invoke(:log, &quot;--show-commit --oneline&quot;, &quot;-r #{revision}&quot;, remote)
@@ -249,7 +249,7 @@ module Braid
 
       def fetch(remote)
         # open4 messes with the pipes of index-pack
-        system(&quot;git-svn fetch #{remote} &amp;&gt; /dev/null&quot;)
+        system(&quot;git svn fetch #{remote} &amp;&gt; /dev/null&quot;)
         raise ShellExecutionError, &quot;could not fetch&quot; unless $? == 0
         true
       end</diff>
      <filename>lib/braid/operations.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3110de747a4b5dab499726c5a625568557247092</id>
    </parent>
  </parents>
  <author>
    <name>Norbert Crombach</name>
    <email>norbert.crombach@primetheory.org</email>
  </author>
  <url>http://github.com/evilchelu/braid/commit/37519f29338695170724a9f2d5e43e844697fb6b</url>
  <id>37519f29338695170724a9f2d5e43e844697fb6b</id>
  <committed-date>2008-08-19T08:40:38-07:00</committed-date>
  <authored-date>2008-08-19T08:38:27-07:00</authored-date>
  <message>Call git svn properly</message>
  <tree>d75304a9ca9e952a031a9d7dac9ae0aeb709f2eb</tree>
  <committer>
    <name>Norbert Crombach</name>
    <email>norbert.crombach@primetheory.org</email>
  </committer>
</commit>
