summaryrefslogtreecommitdiffstats
path: root/app/models/repository/mercurial.rb
Commit message (Expand)AuthorAgeFilesLines
* scm: mercurial: code clean up model.Toshi MARUYAMA2011-05-261-13/+16
* scm: mercurial: use regexp %r{} instead of // in model latest_changesets_cond().Toshi MARUYAMA2011-05-261-1/+1
* scm: mercurial: remove trailing white-spaces from model source.Toshi MARUYAMA2011-05-121-5/+5
* scm: use i18n string at 'Path to repository' setting in Mercurial, Git, Bazaa...Toshi MARUYAMA2011-04-231-4/+5
* scm: mercurial: change "url" human attribute name from "Root directory" to "P...Toshi MARUYAMA2011-04-231-1/+1
* scm: mercurial: increase limit of branch directory latest changesets.Toshi MARUYAMA2011-03-161-1/+4
* scm: set supporting directory revisions or not at scm level.Toshi MARUYAMA2011-03-161-0/+4
* scm: mercurial: branches and tags are enable in model (#1981, #7246).Toshi MARUYAMA2011-03-141-8/+0
* scm: mercurial: latest changesets support named branch (#7246).Toshi MARUYAMA2011-03-141-2/+11
* scm: mercurial: latest changesets improvement and supporting tag (#1981).Toshi MARUYAMA2011-03-141-11/+23
* scm: mercurial: add :order => 'id DESC' explicitly for MySQL test fails.Toshi MARUYAMA2011-03-111-2/+9
* scm: add scm specific human_attribute_name for input validation.Toshi MARUYAMA2011-03-011-0/+7
* scm: ignore log encoding setting in Subversion and Mercurial (#7597).Toshi MARUYAMA2011-02-281-0/+4
* scm: mercurial: temporary disable tags and branches at model (#1981, #7246, #...Toshi MARUYAMA2011-02-181-0/+8
* scm: mercurial: improvement latest_changesets without supporting tags and nam...Toshi MARUYAMA2011-02-181-4/+7
* scm: mercurial: rewrite MercurialAdapter#entries to show per-file change log ...Toshi MARUYAMA2011-02-161-23/+0
* scm: mercurial: refactor Repository::Mercurial#fetch_changesets (#4455).Toshi MARUYAMA2011-02-161-30/+18
* scm: mercurial: change identifier to revision in fetching revisions.Toshi MARUYAMA2011-02-161-1/+1
* scm: add scm command and version methods at repository models (#4273).Toshi MARUYAMA2011-02-141-1/+1
* scm: mercurial: fix error on revision page for empty revision (#7307).Toshi MARUYAMA2011-01-131-0/+1
* scm: mercurial: change two revision diff text of mercurial (#3724).Toshi MARUYAMA2011-01-111-0/+4
* scm: mercurial: use revision text mercurial style "2:400bb8672109" (#3724).Toshi MARUYAMA2011-01-111-2/+1
* scm: mercurial: use scmid as identifier (#3724).Toshi MARUYAMA2011-01-111-2/+13
* scm: mercurial: accept both of revision and nodeid as changeset id (#3724).Toshi MARUYAMA2011-01-081-0/+11
* Fixed: repository: mercurial: sort changesets by revision (#3449, #3567).Toshi MARUYAMA2011-01-021-0/+15
* Refactor: Extract method to create a Change from a Changeset.Eric Davis2010-02-021-5/+1
* Fixed: error when browsing an empty Mercurial repository (#1046).Jean-Philippe Lang2008-04-121-1/+3
* Mercurial: display working directory files sizes unless browsing a specific r...Jean-Philippe Lang2008-04-061-0/+5
* Mercurial adapter:Jean-Philippe Lang2008-03-151-20/+26
* Added basic support for CVS and Mercurial SCMs.Jean-Philippe Lang2007-06-121-0/+81