summaryrefslogtreecommitdiffstats
path: root/lib/redmine/scm/adapters/bazaar_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* scm: bazaar: code clean up adapter.Toshi MARUYAMA2011-04-241-4/+3
* scm: bazaar: use revision and identifier as string.Toshi MARUYAMA2011-04-111-1/+1
* scm: bazaar: use identifier in blame.Toshi MARUYAMA2011-04-111-1/+7
* scm: fix unit tests fails in Ruby 1.9.Toshi MARUYAMA2011-03-031-1/+1
* scm: Ruby 1.9 compatibility in getting scm version (#4273).Toshi MARUYAMA2011-02-221-0/+3
* scm: bazaar: add methods of getting bazaar version and add unit lib test (#42...Toshi MARUYAMA2011-02-151-0/+19
* scm: use shell quote for scm command at adapter level (#7517, #4273).Toshi MARUYAMA2011-02-141-14/+24
* 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
* Fixed that some arguments where not properly escaped in scm adapters.Jean-Philippe Lang2010-12-181-3/+6
* Fixes Bazaar adapter for JRuby/Win32 (#5404).Jean-Philippe Lang2010-05-011-2/+2
* Makes test pass with Bazaar 2.1.0 (#5002).Jean-Philippe Lang2010-03-061-5/+5
* Fixed: Bazaar "[merge]" tags parsing fails (#3445).Jean-Philippe Lang2009-06-061-1/+1
* Fixed Bazaar shared repository browsing (#2101, patch #1685 by Dmitry Shaposh...Jean-Philippe Lang2008-11-081-1/+2
* 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-12/+0
* SCM adapters: moved Errno::ENOENT exception rescuing to the abstract adapter.Jean-Philippe Lang2007-12-151-12/+2
* Bazaar adapter: fixed log with partial revisions parsing.Jean-Philippe Lang2007-12-071-1/+4
* Added Bazaar adapter.Jean-Philippe Lang2007-12-031-0/+204