summaryrefslogtreecommitdiffstats
path: root/lib/redmine/scm/adapters/darcs_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* Drop Darcs support (#26391).Jean-Philippe Lang2017-07-251-239/+0
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-4/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Fixed DarcsAdapter for ruby 1.9.3.Jean-Philippe Lang2012-03-021-1/+2
* scm: darcs: use "shell_quote_command" method at adapter for JRuby + Windows c...Toshi MARUYAMA2011-07-151-1/+1
* scm: darcs: remove trailing white-spaces from adapter source.Toshi MARUYAMA2011-05-061-4/+4
* scm: add "options" parameter in adapter entries().Toshi MARUYAMA2011-05-041-1/+1
* scm: fix unit tests fails in Ruby 1.9.Toshi MARUYAMA2011-03-031-1/+1
* scm: update adapter initialize() to use path encoding (#2664, #2274).Toshi MARUYAMA2011-02-241-1/+2
* scm: Ruby 1.9 compatibility in getting scm version (#4273).Toshi MARUYAMA2011-02-221-0/+3
* scm: darcs: override client_available method (#4273).Toshi MARUYAMA2011-02-191-0/+4
* scm: darcs: space cleanup in adapter.Toshi MARUYAMA2011-02-191-4/+4
* scm: use shell quote for scm command at adapter level (#7517, #4273).Toshi MARUYAMA2011-02-141-15/+23
* scm: change key name of configurable command name (#7517, #6159, #7047).Toshi MARUYAMA2011-02-041-1/+1
* scm: add a feature of configurable path of executable for scm adapters (#7517).Toshi MARUYAMA2011-02-041-1/+1
* scm: darcs: fix Darcs adapter recognizes new files as modified files above Da...Toshi MARUYAMA2011-01-231-1/+30
* scm: darcs: switch '.' or @url at entries() in darcs version (#4899).Toshi MARUYAMA2011-01-221-1/+3
* scm: darcs: change io.gets to io.read and add darcs version unit (#4494, #5404).Toshi MARUYAMA2011-01-221-9/+7
* Fixed that some arguments where not properly escaped in scm adapters.Jean-Philippe Lang2010-12-181-5/+5
* 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