summaryrefslogtreecommitdiffstats
path: root/lib/redmine/scm/adapters/darcs_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r2231 from 0.8-stable (#2402).Jean-Philippe Lang2009-01-041-9/+9
* Fixed: deleted files should not be shown when browsing a Darcs repository (#2...Jean-Philippe Lang2008-12-271-3/+10
* Adds support for file viewing with Darcs 2.0+ (patch #1799 by Ralph Lange sli...Jean-Philippe Lang2008-08-251-3/+36
* Move unified diff parser out of the scm abstract adapter so it can be reused ...Jean-Philippe Lang2008-06-081-2/+2
* Fixed: Links to repository directories don't work (#1119).Jean-Philippe Lang2008-04-271-7/+0
* Fix repository browsing at given revision for various scm and add tests for t...Jean-Philippe Lang2008-04-061-1/+3
* Merged Git support branch (r1200 to r1226).Jean-Philippe Lang2008-03-121-2/+6
* SCM adapters: moved Errno::ENOENT exception rescuing to the abstract adapter.Jean-Philippe Lang2007-12-151-7/+1
* Added Darcs basic support.Jean-Philippe Lang2007-06-241-0/+163