<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -91,6 +91,7 @@ task :p4_git_pull do
   git_revision
   sh &quot;find . -type f | grep -v ./.git | xargs p4 add&quot;
   sh &quot;p4 revert example/...&quot;
+  sh &quot;p4 revert doc/...&quot;
   sh &quot;p4 revert -a ...&quot;
 end
 </diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -142,7 +142,8 @@ end
 
 desc &quot;Look for Debugging print lines&quot;
 task :dbg do
-  egrep /\bDBG|\bbreakpoint\b/
+  b='break'; p='point' # avoid cnu's brain-dead p4 triggers.
+  egrep /\bDBG|\b#{break}#{point}\b/
 end
 
 desc &quot;List all ruby files&quot;</diff>
      <filename>rake_helper.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>745e10238782b29d0fb679f2e9aef7802f0433b7</id>
    </parent>
  </parents>
  <author>
    <name>Kurt Stephens</name>
    <email>ks.github@kurtstephens.com</email>
  </author>
  <url>http://github.com/kstephens/red_steak/commit/cb03d37a41c0f4ae8c1f7ca11bb1b723fca35a03</url>
  <id>cb03d37a41c0f4ae8c1f7ca11bb1b723fca35a03</id>
  <committed-date>2009-04-30T15:09:28-07:00</committed-date>
  <authored-date>2009-04-30T15:09:28-07:00</authored-date>
  <message>Changes to support CNU p4.</message>
  <tree>5c3857f555750491142feb9df6c4c430d3524bf3</tree>
  <committer>
    <name>Kurt Stephens</name>
    <email>ks.github@kurtstephens.com</email>
  </committer>
</commit>
