OSDN Git Service

Added Darcs basic support.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 24 Jun 2007 19:30:38 +0000 (19:30 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 24 Jun 2007 19:30:38 +0000 (19:30 +0000)
commitba1b857197abf897279ce4982c2c29004d668b7d
tree0c37fc52f911e4a504e8e6f54e0480d8c59c64d4
parentfaa3d984ab0a44da354b901f4962d3441b800f99
Added Darcs basic support.
Files in the repository can not be viewed or downloaded since Darcs doesn't support cat-like command.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@573 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/helpers/repositories_helper.rb
app/models/changeset.rb
app/models/repository.rb
app/models/repository/darcs.rb [new file with mode: 0644]
app/views/repositories/changes.rhtml
lib/redmine.rb
lib/redmine/scm/adapters/abstract_adapter.rb
lib/redmine/scm/adapters/darcs_adapter.rb [new file with mode: 0644]