summaryrefslogtreecommitdiffstats
path: root/lib/redmine/scm/adapters/mercurial_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed: revision is ignored in MercurialAdapter#cat.Jean-Philippe Lang2008-03-211-1/+3
* Add "--encoding utf8" option to the Mercurial "hg log" command in order to ge...Jean-Philippe Lang2008-03-151-1/+1
* Mercurial adapter:Jean-Philippe Lang2008-03-151-1/+5
* Quotes Mercurial entries command depending on the OS.Jean-Philippe Lang2008-03-111-1/+1
* Fixes Mercurial browsing under unix-like os and for directory depth > 2 and (...Jean-Philippe Lang2008-03-111-3/+3
* Fixed: crash when fetching Mercurial changesets if changeset[:files] is nil (...Jean-Philippe Lang2008-01-061-1/+1
* SCM adapters: moved Errno::ENOENT exception rescuing to the abstract adapter.Jean-Philippe Lang2007-12-151-12/+1
* Added Annotate/Blame view for Subversion, CVS and Mercurial repositories.Jean-Philippe Lang2007-12-021-0/+19
* * Fixed: Error when displaying the issue list if a float custom field is mark...Jean-Philippe Lang2007-11-211-1/+1
* Added basic support for CVS and Mercurial SCMs.Jean-Philippe Lang2007-06-121-0/+163