git clone git://github.com/francois/piston.git
Don't mention dependencies in README.txt.
Updated Manifest.txt
Added ability to run samples using Rake task.
Ignore everything under tmp/
Cleanup in test/test_helper.rb
Removed duplicated Piston::Git::WorkingCopy#finalize
Pulled WorkingCopy#copy_from to Piston::WorkingCopy.
Pulled WorkingCopy#remember to Piston::WorkingCopy.
Do the right thing: Piston::Svn::WorkingCopy remembers using YAML files.
mocha is a required library for development.
New git_git import sample.
Updated import svn_git and svn_svn samples.
New samples/import_git_svn.rb
Don't attempt to set the local revision when creating the working copy in Piston::Svn::WorkingCopy.
Updated TestGitWorkingCopyFinalization test to match current implementation.
Updated samples to test svn/svn and svn/git.
Added missing Piston::Git::WorkingCopy#finalize.
Updated svn to svn sample import.
Miscellaneous minor changes to make everything work 'for real'
Changed the way the Git handler finds working copies.
When creating the temporary directory, ensure that the temp dir is really created.
Prevent cascaded failures when importing and the pistonized directory doesn't exist.
Minor corrections to make Piston::Git::WorkingCopy guess better.
Refreshed manifest.
Implemented Piston::Git::WorkingCopy#remember_values.
Implemented Piston::Git::WorkingCopy#copy_from.
Implemented Piston::Git::WorkingCopy#understands_dir?
Implemented Piston::Git::WorkingCopy#finalize and #exist?
Implemented Piston::Git::WorkingCopy#create.
Moved all files into their final namespace.