<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -66,7 +66,7 @@ def find_svn_branch_name():
         # and make it the next commit to investigate
         if current_commit in commits:
             current_commit = commits[current_commit]
-    return None, None
+    return None
 
 
 def find_uncommitted(svn_branch):</diff>
      <filename>git-svn-check-unpushed</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c1346366909333b3de854756c05d9de9e3353640</id>
    </parent>
  </parents>
  <author>
    <name>Mark van Lent</name>
    <email>mark@vlent.nl</email>
  </author>
  <url>http://github.com/andrep/git-svn-clone-externals/commit/426146690fa9045aa664ad571badf6730e8c4a86</url>
  <id>426146690fa9045aa664ad571badf6730e8c4a86</id>
  <committed-date>2009-05-27T14:01:54-07:00</committed-date>
  <authored-date>2009-05-27T14:01:54-07:00</authored-date>
  <message>Fix small bug when no svn repo was found.

Somewhere during development the find_svn_branch_name function
returned a tuple, so if no repo was found I returned a (None, None)
tuple.

After changing what the function returned when an svn repo is found, I
must have forgotten to also change the return value in the case
nothing is found.</message>
  <tree>15187d3732a9211ec807fd0a1f57b257fa34974e</tree>
  <committer>
    <name>Mark van Lent</name>
    <email>mark@vlent.nl</email>
  </committer>
</commit>
