Plugins - DarcsTools
Add to favoritesJust a few rake tasks to make your rails life on darcs a lot easier.
rake darcs:add # Add all new files
rake darcs:bootstrap # Prepare a fresh rails environment for usage with darcs
rake darcs:ignore # Ignore default files for a rails project
rake darcs:ignore:db # Setup database.example.yml and ignore database.yml
rake darcs:ignore:log # Ignore contents of LOG directory
rake darcs:ignore:tmp # Ignore contents of TMP directory
rake darcs:new # Show all changes and new files (pending addition)
rake darcs:pull # Get the latest patches from the default remote repository
rake darcs:record # Record all available changes for a new patch
rake darcs:record:smart # Add all files (pending addition) and create a patch for all changes
rake darcs:tag # Create a TAG patch including checkpoint
Latest version and bug tracker:
http://rubyphunk.googlecode.com
Copyright (c) 2007 rubyphunk (rubyphunk@gmail.com), released under the MIT license
