OSDN Git Service

scm: add "options" parameter in adapter entries().
[redminele/redmine.git] / lib / redmine / scm / adapters / darcs_adapter.rb
2011-05-04 Toshi MARUYAMAscm: add "options" parameter in adapter entries().
2011-03-03 Toshi MARUYAMAscm: fix unit tests fails in Ruby 1.9.
2011-02-24 Toshi MARUYAMAscm: update adapter initialize() to use path encoding...
2011-02-22 Toshi MARUYAMAscm: Ruby 1.9 compatibility in getting scm version...
2011-02-19 Toshi MARUYAMAscm: darcs: override client_available method (#4273).
2011-02-19 Toshi MARUYAMAscm: darcs: space cleanup in adapter.
2011-02-14 Toshi MARUYAMAscm: use shell quote for scm command at adapter level...
2011-02-04 Toshi MARUYAMAscm: change key name of configurable command name ...
2011-02-04 Toshi MARUYAMAscm: add a feature of configurable path of executable...
2011-01-23 Toshi MARUYAMAscm: darcs: fix Darcs adapter recognizes new files...
2011-01-22 Toshi MARUYAMAscm: darcs: switch '.' or @url at entries() in darcs...
2011-01-22 Toshi MARUYAMAscm: darcs: change io.gets to io.read and add darcs...
2010-12-18 Jean-Philippe LangFixed that some arguments where not properly escaped...
2009-01-04 Jean-Philippe LangMerged r2231 from 0.8-stable (#2402).
2008-12-27 Jean-Philippe LangFixed: deleted files should not be shown when browsing...
2008-08-25 Jean-Philippe LangAdds support for file viewing with Darcs 2.0+ (patch...
2008-06-08 Jean-Philippe LangMove unified diff parser out of the scm abstract adapte...
2008-04-27 Jean-Philippe LangFixed: Links to repository directories don't work ...
2008-04-06 Jean-Philippe LangFix repository browsing at given revision for various...
2008-03-12 Jean-Philippe LangMerged Git support branch (r1200 to r1226).
2007-12-15 Jean-Philippe LangSCM adapters: moved Errno::ENOENT exception rescuing...
2007-06-24 Jean-Philippe LangAdded Darcs basic support.