<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>lib/CREDITS</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -4,3 +4,4 @@ syntax: glob
 \#*\#
 .\#*
 build
+working</diff>
      <filename>.hgignore</filename>
    </modified>
    <modified>
      <diff>@@ -1,12 +1,13 @@
 RELEASE_VERSION = '0.9a3'
 ARCHIVE_NAME = &quot;lztestkit-#{RELEASE_VERSION}.tgz&quot;
-IGNORE = Dir['**/#*#'] + Dir['**/.#*'] + Dir['build']
+IGNORE = Dir['**/#*#'] + Dir['**/.#*'] + Dir['build'] + Dir['build/**'] + Dir['working'] + Dir['working/**']
 
 task :archive =&gt; ARCHIVE_NAME
 task :docs =&gt; 'build/index.html'
 
-file ARCHIVE_NAME =&gt; Dir['**/*'] - ['Rakefile'] - Dir['*.tgz'] - IGNORE do |t|
-  sh &quot;tar cfz #{t.name} #{t.prerequisites}&quot;
+file ARCHIVE_NAME =&gt; Dir['**/*'] - Dir['*.tgz'] - IGNORE do |t|
+  puts t.prerequisites.sort.join(&quot;\n&quot;) if ENV['verbose']
+  sh &quot;tar cfz #{t.name} #{t.prerequisites - ['Rakefile']}&quot;
 end
 
 task :publish =&gt; [ARCHIVE_NAME, :docs] do</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>CREDITS</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>2aab0fa5b6a6e00b9a215524ebf2c44346670546</id>
    </parent>
  </parents>
  <author>
    <name>Oliver Steele</name>
    <email>steele@osteele.com</email>
  </author>
  <url>http://github.com/osteele/lztestkit/commit/09c0f659a4f37c592832834b7e2321d53740a5af</url>
  <id>09c0f659a4f37c592832834b7e2321d53740a5af</id>
  <committed-date>2008-01-01T08:53:32-08:00</committed-date>
  <authored-date>2008-01-01T08:53:32-08:00</authored-date>
  <message>tune directory structure</message>
  <tree>490b3992818fc5b61e8999e5af1164fec20f7075</tree>
  <committer>
    <name>Oliver Steele</name>
    <email>steele@osteele.com</email>
  </committer>
</commit>
