<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,5 @@
+ - FIX: properly recognize the new output of &quot;git branch -d&quot; in git 1.6.1
+
 Release 1.7.0 [2008-12-01]
 
  - Added Git config language (thanks, Allan Odgaard)</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -112,7 +112,7 @@ class SCM::Git::Branch &lt; SCM::Git::CommandProxyBase
     
     output = base.command(&quot;branch&quot;, options[:force] ? &quot;-D&quot; : &quot;-d&quot;, name).strip
     outcome = case output
-      when &quot;Deleted branch #{name}.&quot;
+      when /^Deleted branch #{name}/
         :success
       when /error.+(not a strict subset|not an ancestor of your current HEAD)/
         :unmerged</diff>
      <filename>Support/lib/commands/branch.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>48a7ef38a80647a89ec620badc0ca7eeabf62874</id>
    </parent>
  </parents>
  <author>
    <name>Tim Harper</name>
    <email>timcharper@gmail.com</email>
  </author>
  <url>http://github.com/lsegal/git-tmbundle/commit/9707d5d97a8bfef8323c70a5d88fda269677d778</url>
  <id>9707d5d97a8bfef8323c70a5d88fda269677d778</id>
  <committed-date>2009-01-21T13:59:18-08:00</committed-date>
  <authored-date>2009-01-21T13:59:00-08:00</authored-date>
  <message>FIX: properly recognize the new output of &quot;git branch -d&quot; in git 1.6.1</message>
  <tree>2d498f1a12be2809a93d3f45c7789801dca6d23a</tree>
  <committer>
    <name>Tim Harper</name>
    <email>timcharper@gmail.com</email>
  </committer>
</commit>
