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