<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -74,10 +74,10 @@ Main {
       . braid update local/dir
     TXT
 
-    mixin :optional_path, :option_revision, :option_head, :option_break
+    mixin :optional_path, :option_revision, :option_head, :option_safe
 
     run {
-      Braid::Command.run(:update, path, { &quot;revision&quot; =&gt; revision, &quot;head&quot; =&gt; head , &quot;break&quot; =&gt; break? })
+      Braid::Command.run(:update, path, { &quot;revision&quot; =&gt; revision, &quot;head&quot; =&gt; head , &quot;safe&quot; =&gt; safe })
     }
   }
 
@@ -211,10 +211,10 @@ Main {
     }
   }
 
-  mixin(:option_break) {
-    option(:break) {
+  mixin(:option_safe) {
+    option(:safe) {
       optional
-      desc 'break on merge errors'
+      desc 'safe on merge errors'
       attr
     }
   }</diff>
      <filename>bin/braid</filename>
    </modified>
    <modified>
      <diff>@@ -53,7 +53,7 @@ module Braid
             git.rm_r(mirror.path)
             git.read_tree(target_hash, mirror.path)
             unless diff.empty?
-              git.apply(diff, *(options[&quot;break&quot;] ? [&quot;--reject&quot;] : []))
+              git.apply(diff, *(options[&quot;safe&quot;] ? [&quot;--reject&quot;] : []))
             end
           else
             git.merge_subtree(target_hash)
@@ -66,7 +66,7 @@ module Braid
           git.commit(commit_message)
 
         rescue Operations::ShellExecutionError =&gt; error
-          if options[&quot;break&quot;]
+          if options[&quot;safe&quot;]
             msg &quot;Caught shell error. Breaking.&quot;
             exit(0)
           else</diff>
      <filename>lib/braid/commands/update.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>249f33f463b9287036c1a64fb5c0e567d06eb231</id>
    </parent>
  </parents>
  <author>
    <name>Cristi Balan</name>
    <email>evil@che.lu</email>
  </author>
  <url>http://github.com/evilchelu/braid/commit/b3a763f8a54cd2da7924ca969668d311901927c5</url>
  <id>b3a763f8a54cd2da7924ca969668d311901927c5</id>
  <committed-date>2008-08-19T13:27:35-07:00</committed-date>
  <authored-date>2008-08-19T13:27:35-07:00</authored-date>
  <message>rename break to safe as it's crashing in tests</message>
  <tree>0218804c4ddffc676f11b64c422045d9acd940f2</tree>
  <committer>
    <name>Cristi Balan</name>
    <email>evil@che.lu</email>
  </committer>
</commit>
