public
Fork of francois/piston
Description: Piston is a utility that eases vendor branch management. This repository is a complete reimplementation of Piston to provide different backends, depending on the repositories and working copies you pistonize from.
Homepage: http://piston.rubyforge.org/
Clone URL: git://github.com/technicalpickles/piston.git

technicalpickles's piston Feed   feed

technicalpickles committed to technicalpickles/piston 5 months ago

faac9131bd254adba48a1e37a626d919665467c5

Merge branch 'master' of git://github.com/francois/piston

technicalpickles committed to technicalpickles/piston 5 months ago

f169b317fd270f6b5b05b1440309f8767f339542

Merge branch 'reorganize_tests'

technicalpickles committed to technicalpickles/piston 5 months ago

068fee1c8618585d219555aa5c52e293afd69152

Merge branch 'master' of git://github.com/francois/piston

technicalpickles committed to technicalpickles/piston 5 months ago

9e61a1621fa3931cadff8e9658da60ac73d29805

Shortening test file names.

technicalpickles committed to technicalpickles/piston 5 months ago

6834b206bd90111f780b71d19454d613ded6c915

Moving around where tests live, to better group them.

technicalpickles committed to technicalpickles/piston 5 months ago

ba77f51f2c8ac783fe93227ef66bd08e52552bcc

Added nice error message for when can't guess the type of a repository.

technicalpickles committed to technicalpickles/piston 5 months ago

54a0436ca6787bb99a5950c9587f3ad4a6654f5e

Repositories know what 'type' of repository they handle, ie Piston::Svn::Repository handles 'git'. When don't know how to handle a repository, suggests to use --repository-type and gives valid types.

technicalpickles committed to technicalpickles/piston 5 months ago

f4d45b048ede5e66bc2d16c9eefb387619566089

Added support for specifying what type of repository you are trying to import.