git clone git://github.com/francois/piston.git
Updated Manifest.txt
Git/Git integration test written and green.
New Git/Svn import integration test.
Finished resetting bin/piston's she-bang.
Reset bin/piston's she-bang line.
Merge branch 'paul_master' into paul_merge
New integration tests for svn/git import.
Moved the integration test's tmpdir to /tmp.
Use new algorithm to find Git working copies.
New integration tests.
Moved the unit tests into their own namespace.
Piston::Svn::WorkingCopy#after_remember doesn't only look for 'Not a versioned resource': the emptry string is also good for triggering the svn add.
Create a temp variable for the piston.yml path in Piston::WorkingCopy#remember.
Piston::Svn::WorkingCopy#after_remember adds the .piston.yml file to the working copy.
Moved #test_writes_values_as_yaml_under_handler_key from the svn WC tests to the main Piston WC tests.
Piston::WorkingCopy#remember calls #after_remember.
Piston::Git::WorkingCopy#understands_dir? would end up in an infinite loop.
Piston::Git::Repository#understands_url? should not break if git-ls-remote failed.
A few tweaks to git support.
Prepare for next release (some time in the future).
Don't mention dependencies in README.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.