<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,7 @@
 *unreleased*
 
+* Fix load_from_file method for windows users [Neil Wilson]
+
 * Display a deprecation error if a remote git branch is specified [Tim Harper]
 
 * Fix deployment recipes to use the updated sudo helper [Jamis Buck]</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -168,7 +168,7 @@ module Capistrano
         # Load a recipe from the named file. If +name+ is given, the file will
         # be reported using that name.
         def load_from_file(file, name=nil)
-          file = find_file_in_load_path(file) unless file[0] == ?/
+          file = find_file_in_load_path(file) unless File.file?(file)
           load :string =&gt; File.read(file), :name =&gt; name || file
         end
 </diff>
      <filename>lib/capistrano/configuration/loading.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4c793391c4bb8fbdc1c090767c50777905ddc17e</id>
    </parent>
  </parents>
  <author>
    <name>Jamis Buck</name>
    <email>jamis@37signals.com</email>
  </author>
  <url>http://github.com/jamis/capistrano/commit/c1e927989bccb4197f9877e2fa836a064712b5d7</url>
  <id>c1e927989bccb4197f9877e2fa836a064712b5d7</id>
  <committed-date>2008-05-25T20:06:02-07:00</committed-date>
  <authored-date>2008-05-25T20:06:02-07:00</authored-date>
  <message>Fix load_from_file method for windows users [#19 tagged:committed state:resolved]</message>
  <tree>2aced99503aa84d94039f86cf22e564ee154952e</tree>
  <committer>
    <name>Jamis Buck</name>
    <email>jamis@37signals.com</email>
  </committer>
</commit>
