<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,5 @@
+* branched fro rails 2.0 and 2.1 in rails-2.0-2.1, edge rails follows master branch
+
 * Now using garlic for CI
 
 * Compatibility update for the new ActionView::Partial refactoring.</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,13 @@
 http://plugins.ardes.com &gt; inherit_views
 
+= Status
+
+inherit_views works on rails 2.0-stable and 2.1-stable.  To get this version checkout the rails-2.0-2.1 branch
+
+  git clone git://github.com/ianhwite/inherit_views rails-2.0-2.1
+  
+inherit_views is broken on edge at the moment.  Edge's view internals have changed a lot, and so I'm working on a rewrite for edge.  This is found in the master branch
+
 = inherit_views
 
 This plugin allows your controllers to inherit their views from parent controllers.  The default behaviour is to inherit along the ancestor path of the controller, but you can also specify custom inherit view paths to search.</diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -24,9 +24,23 @@ garlic do
   repo 'inherit_views', :path =&gt; '.'
 
   # for target, default repo is 'rails', default branch is 'master'
-  target 'edge'
-  target '2.0-stable', :branch =&gt; 'origin/2-0-stable'
-  target '2.1-stable', :branch =&gt; 'origin/2-1-stable'
+  target 'edge' do
+    prepare do
+      plugin 'inherit_views', :clone =&gt; true
+    end
+  end
+  
+  target '2.0-stable', :branch =&gt; 'origin/2-0-stable' do
+    prepare do
+      plugin 'inherit_views', :branch =&gt; 'origin/rails-2.0-2.1'
+    end
+  end
+  
+  target '2.1-stable', :branch =&gt; 'origin/2-1-stable' do
+    prepare do
+      plugin 'inherit_views', :branch =&gt; 'origin/rails-2.0-2.1'
+    end
+  end
 
   all_targets do
     prepare do
@@ -34,7 +48,6 @@ garlic do
       plugin 'rspec-rails' do
         sh &quot;script/generate rspec -f&quot;
       end
-      plugin 'inherit_views', :clone =&gt; true # so we can work on it and push fixes upstream
     end
   
     run do</diff>
      <filename>garlic_example.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5d52a37a5c68ea541d5d958c797849fed2443632</id>
    </parent>
  </parents>
  <author>
    <name>Ian White</name>
    <email>ian.w.white@gmail.com</email>
  </author>
  <url>http://github.com/ianwhite/inherit_views/commit/29e9d19dc83ed74450ade124c70c5c1e9723966a</url>
  <id>29e9d19dc83ed74450ade124c70c5c1e9723966a</id>
  <committed-date>2008-09-20T17:30:26-07:00</committed-date>
  <authored-date>2008-09-20T17:30:26-07:00</authored-date>
  <message>Updated galric, REAMDE, and CHANGELOG to reflect that inherit_views branched for rails 2.0 and 2.1</message>
  <tree>02ae9b19db390f661c90f00e31a43e0b9a9db651</tree>
  <committer>
    <name>Ian White</name>
    <email>ian.w.white@gmail.com</email>
  </committer>
</commit>
