summaryrefslogtreecommitdiffstats
path: root/test/unit/repository_mercurial_test.rb
Commit message (Expand)AuthorAgeFilesLines
* scm: mercurial: replace RAILS_ROOT to Rails.root in unit model test.Toshi MARUYAMA2011-06-101-5/+2
* scm: mercurial: remove trailing white-spaces from unit model test.Toshi MARUYAMA2011-05-081-5/+5
* scm: mercurial: fix unit model test fails if hg command is unavailable.Toshi MARUYAMA2011-05-051-22/+23
* scm: mercurial: add test of copied file from_revision node id at unit model t...Toshi MARUYAMA2011-04-171-0/+3
* scm: mercurial: add scm command tests at unit model test (#4273).Toshi MARUYAMA2011-04-081-0/+6
* scm: mercurial: add test of latest changesets support named branch in unit mo...Toshi MARUYAMA2011-03-141-0/+7
* scm: mercurial: add latest changesets supporting tag test in unit model test ...Toshi MARUYAMA2011-03-141-0/+13
* scm: mercurial: add latest changesets improvement test in unit model test.Toshi MARUYAMA2011-03-141-0/+18
* scm: mercurial: prepare tests of named branch and tag in unit model test (#19...Toshi MARUYAMA2011-03-141-0/+6
* scm: mercurial: code clean up unit model test.Toshi MARUYAMA2011-03-141-2/+4
* scm: mercurial: remove duplicates tests in unit model test.Toshi MARUYAMA2011-03-111-7/+0
* scm: mercurial: fix unit model test fails on MySQL and remove duplicates tests.Toshi MARUYAMA2011-03-111-31/+16
* scm: mercurial: add latin-1 encoding directory to test repository (#2664).Toshi MARUYAMA2011-03-081-9/+9
* scm: mercurial: add changesets order test in unit model test (#5357).Toshi MARUYAMA2011-03-041-0/+40
* scm: mercurial: additional unit model tests for path encoding (#2664).Toshi MARUYAMA2011-03-041-0/+13
* scm: mercurial: update test repository for path contains space (#2664, #4455).Toshi MARUYAMA2011-03-041-4/+4
* scm: mercurial: update test repository for path encoding (#2664).Toshi MARUYAMA2011-03-041-5/+9
* scm: mercurial: code clean up unit model test.Toshi MARUYAMA2011-03-031-3/+3
* scm: mercurial: change project id of unit app test from 1 to 3.Toshi MARUYAMA2011-02-271-1/+1
* scm: mercurial: unit app test for latest_changesets SQL "like" special charac...Toshi MARUYAMA2011-02-181-0/+16
* scm: mercurial: unit app test for latest_changeset.Toshi MARUYAMA2011-02-181-0/+21
* scm: mercurial: move entries unit test from app to lib.Toshi MARUYAMA2011-02-181-13/+0
* scm: mercurial: code clean up unit app test.Toshi MARUYAMA2011-02-161-3/+3
* scm: mercurial: fix error on revision page for empty revision (#7307).Toshi MARUYAMA2011-01-131-0/+8
* scm: mercurial: use revision text mercurial style "2:400bb8672109" (#3724).Toshi MARUYAMA2011-01-111-0/+17
* scm: mercurial: use scmid as identifier (#3724).Toshi MARUYAMA2011-01-111-0/+7
* Fixes random failure (database may not return changes in the order expected i...Jean-Philippe Lang2011-01-091-1/+1
* scm: mercurial: fix assert_equal parameter order at app unit test_find_change...Toshi MARUYAMA2011-01-081-1/+1
* scm: mercurial: accept both of revision and nodeid as changeset id (#3724).Toshi MARUYAMA2011-01-081-1/+18
* Adds assertion to prevent error in test.Jean-Philippe Lang2011-01-061-0/+1
* scm: mercurial: add unit test for copied file (#7064).Toshi MARUYAMA2011-01-051-0/+25
* scm: mercurial: add some tests at unit and functional test.Toshi MARUYAMA2011-01-051-0/+16
* scm: mercurial: update test repository for following issues and fix tests.Toshi MARUYAMA2011-01-051-3/+3
* scm: mercurial: refactor mercurial unit test.Toshi MARUYAMA2011-01-041-7/+0
* Fixed: repository: mercurial: sort changesets by revision (#3449, #3567).Toshi MARUYAMA2011-01-021-0/+11
* Fixes: Mercurial adapter loses seconds of commit times (#6656).Jean-Philippe Lang2010-12-231-1/+9
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-1/+1
* Mercurial adapter improvements (patch #1199 by Pierre Paysant-Le Roux).Jean-Philippe Lang2008-06-071-0/+20
* Postgresql 8.3 compatibility fix (#834).Jean-Philippe Lang2008-04-261-2/+2
* Added a Mercurial test repository with unit and functional tests.Jean-Philippe Lang2007-12-141-0/+55