<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -11,25 +11,21 @@ module Braid
 
           git.rm_r(mirror.path)
 
-          # will need this in case we decide to remove the .git/config entry also
-          # setup_remote(mirror)
-
           config.remove(mirror)
           add_config_file
 
-          commit_message = &quot;Removed mirror '#{mirror.path}'&quot;
-          git.commit(commit_message)
-          msg commit_message
-
           if options[:keep]
-            msg &quot;Not removing remote '#{mirror.remote}'&quot;
+            msg &quot;Not removing remote '#{mirror.remote}'&quot; if verbose?
           elsif git.remote_url(mirror.remote)
-            msg &quot;Removed remote '#{mirror.path}'&quot;
+            msg &quot;Removed remote '#{mirror.path}'&quot; if verbose?
             git.remote_rm mirror.remote
           else
-            msg &quot;Remote '#{mirror.remote}' not found, nothing to cleanup&quot;
+            msg &quot;Remote '#{mirror.remote}' not found, nothing to cleanup&quot; if verbose?
           end
 
+          commit_message = &quot;Removed mirror '#{mirror.path}'&quot;
+          git.commit(commit_message)
+          msg commit_message
         end
       end
     end</diff>
      <filename>lib/braid/commands/remove.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9b36d06167449d94b0f6dc219f4f2e71f2de8825</id>
    </parent>
  </parents>
  <author>
    <name>Cristi Balan</name>
    <email>evil@che.lu</email>
  </author>
  <url>http://github.com/evilchelu/braid/commit/1b35d9964005d810e48644078844414a3bdd8c82</url>
  <id>1b35d9964005d810e48644078844414a3bdd8c82</id>
  <committed-date>2008-11-20T05:30:29-08:00</committed-date>
  <authored-date>2008-11-20T05:29:33-08:00</authored-date>
  <message>reorganize braid remove messages</message>
  <tree>35e9369ca38d17ac8cfbfab9cd336f902e97db1d</tree>
  <committer>
    <name>Cristi Balan</name>
    <email>evil@che.lu</email>
  </committer>
</commit>
