summaryrefslogtreecommitdiffstats
path: root/lib/redmine/scm/adapters/bazaar_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* 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