summaryrefslogtreecommitdiffstats
path: root/test/unit/repository_mercurial_test.rb
Commit message (Expand)AuthorAgeFilesLines
* scm: mercurial: test: model: fix failing test_parents on PostgreSQL (#5501)Toshi MARUYAMA2011-11-031-4/+3
* scm: mercurial: test: model: add test of parents (#5501)Toshi MARUYAMA2011-11-031-0/+19
* scm: mercurial: update test repository (#5501)Toshi MARUYAMA2011-10-281-9/+9
* scm: mercurial: use NUM_REV instead of hard-coded number of revisions at "tes...Toshi MARUYAMA2011-10-251-1/+1
* scm: mercurial: skip failing unit model tests on below Mercurial 1.5 (#9465)Toshi MARUYAMA2011-10-241-2/+4
* Rails3: scm: mercurial: fix error of test_copied_files at unit model testToshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: mercurial: fix error of test_latest_changesets at unit model testToshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: mercurial: fix error of test_changeset_order_by_revision at unit...Toshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: mercurial: fix error of test_format_identifier at unit model testToshi MARUYAMA2011-09-111-1/+3
* Rails3: scm: mercurial: fix error of test_identifier at unit model testToshi MARUYAMA2011-09-111-1/+3
* Rails3: scm: mercurial: fix error of test_find_changeset_by_invalid_name at u...Toshi MARUYAMA2011-09-111-1/+3
* Rails3: scm: mercurial: fix error of test_find_changeset_by_name at unit mode...Toshi MARUYAMA2011-09-111-1/+3
* Rails3: scm: mercurial: fix error of test_next_nil at unit model testToshi MARUYAMA2011-09-111-1/+3
* Rails3: scm: mercurial: fix error of test_next at unit model testToshi MARUYAMA2011-09-111-1/+3
* Rails3: scm: mercurial: fix error of test_previous_nil at unit model testToshi MARUYAMA2011-09-111-1/+3
* Rails3: scm: mercurial: fix error of test_previous at unit model testToshi MARUYAMA2011-09-111-1/+3
* Rails3: scm: mercurial: fix error of test_find_changeset_by_empty_name at uni...Toshi MARUYAMA2011-09-111-1/+3
* Rails3: mercurial: git: fix error of test_isodatesec at unit model testToshi MARUYAMA2011-09-111-1/+3
* Rails3: mercurial: git: fix error of test_fetch_changesets_incremental at uni...Toshi MARUYAMA2011-09-111-1/+5
* Rails3: mercurial: git: fix error of test_fetch_changesets_from_scratch at un...Toshi MARUYAMA2011-09-111-2/+3
* scm: mercurial: define NUM_REV as the number of test repository revisions at ...Toshi MARUYAMA2011-09-111-0/+1
* 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