summaryrefslogtreecommitdiffstats
path: root/test/unit/lib/redmine/scm/adapters/mercurial_adapter_test.rb
Commit message (Expand)AuthorAgeFilesLines
* mercurial: work around faulty parsing of early command options (#27516)Toshi MARUYAMA2017-12-071-6/+6
* mercurial: reject malicious command argument (#27516)Toshi MARUYAMA2017-12-071-0/+19
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Don't use assert_equal nil.Jean-Philippe Lang2016-12-131-1/+5
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-397/+384
* scm: mercurial: add one "closed" branch to test repository (#16177)Toshi MARUYAMA2014-02-261-2/+2
* scm: mercurial: use long id in adapter level (#14361)Toshi MARUYAMA2014-02-021-33/+33
* scm: mercurial: add adapter entry test (#14361)Toshi MARUYAMA2014-02-021-0/+41
* back out r12752 (#14361)Toshi MARUYAMA2014-02-011-31/+31
* scm: mercurial: use long id in adapter level (#14361)Toshi MARUYAMA2014-02-011-31/+31
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* upgrade mocha 0.14 and remove deprecation warningToshi MARUYAMA2013-05-211-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* scm: mercurial: add test of diff from new to old revision to unit lib testToshi MARUYAMA2012-09-161-1/+10
* add copyright statement to test/unit/lib/redmine/scm/adapters/*.rbToshi MARUYAMA2012-09-141-0/+17
* scm: mercurial: test: lib: update branches test for Branch class (#5501)Toshi MARUYAMA2011-10-281-9/+26
* scm: mercurial: test: add test of parents to unit lib test (#5501)Toshi MARUYAMA2011-10-281-0/+15
* scm: mercurial: update test repository (#5501)Toshi MARUYAMA2011-10-281-3/+5
* scm: mercurial: drop supporting below Mercurial 1.1 (#9465)Toshi MARUYAMA2011-10-251-4/+6
* scm: mercurial: skip failing unit lib tests on below Mercurial 1.5 (#9465)Toshi MARUYAMA2011-10-241-10/+14
* scm: mercurial: replace RAILS_ROOT to Rails.root in unit adapter test.Toshi MARUYAMA2011-06-101-4/+1
* scm: mercurial: add unit adapter test of default path_encoding is UTF-8 (#2664).Toshi MARUYAMA2011-05-211-0/+15
* scm: mercurial: code clean up unit adapter test.Toshi MARUYAMA2011-05-181-4/+2
* scm: mercurial: remove trailing white-spaces from unit adapter test.Toshi MARUYAMA2011-05-131-1/+1
* scm: mercurial: add client command tests at unit adapter test (#4273).Toshi MARUYAMA2011-04-081-1/+6
* scm: mercurial: code clean up unit adapter test.Toshi MARUYAMA2011-04-081-1/+2
* scm: mercurial: add test of non ASCII named branch in unit adapter test (#7246).Toshi MARUYAMA2011-03-141-0/+6
* scm: mercurial: add test of non ASCII tag in unit adapter test (#1981).Toshi MARUYAMA2011-03-141-0/+6
* scm: mercurial: prepare test of wrapping revision of cat and annotate with UR...Toshi MARUYAMA2011-03-141-3/+10
* scm: mercurial: remove unused parameters from "nodes_in_branch()" method in a...Toshi MARUYAMA2011-03-131-4/+4
* scm: mercurial: add tests for "nodes_in_branch()" method in adapter (#7246, #...Toshi MARUYAMA2011-03-131-0/+30
* scm: mercurial: add latin-1 encoding directory to test repository (#2664).Toshi MARUYAMA2011-03-081-4/+8
* scm: mercurial: add unit adapter test repository for path contains space (#26...Toshi MARUYAMA2011-03-041-0/+12
* scm: mercurial: update test repository for path contains space (#2664, #4455).Toshi MARUYAMA2011-03-041-9/+13
* scm: mercurial: update test repository for path encoding (#2664).Toshi MARUYAMA2011-03-041-10/+27
* scm: mercurial: unit test for named branches at adapter (#7246).Toshi MARUYAMA2011-02-181-0/+12
* scm: mercurial: unit test for tags at adapter (#1981).Toshi MARUYAMA2011-02-181-0/+10
* scm: mercurial: entries unit lib test for named branch (#7246).Toshi MARUYAMA2011-02-181-0/+18
* scm: mercurial: entries unit lib test for tag (#1981).Toshi MARUYAMA2011-02-181-0/+18
* scm: mercurial: remove "TODO" comment and fix indent of unit lib test.Toshi MARUYAMA2011-02-181-2/+1
* scm: mercurial: unit lib test for entries (#3421).Toshi MARUYAMA2011-02-181-3/+9
* scm: mercurial: move entries unit test from app to lib.Toshi MARUYAMA2011-02-181-0/+10
* scm: mercurial: fix unit lib test_info test fails on Windows.Toshi MARUYAMA2011-02-181-1/+2
* scm: mercurial: set instance value flag of whether "hg diff -c" supports true...Toshi MARUYAMA2011-02-161-1/+1
* scm: mercurial: add instance value flag of whether "hg diff -c" supports at t...Toshi MARUYAMA2011-02-161-2/+3
* scm: mercurial: change identifier to revision in fetching revisions.Toshi MARUYAMA2011-02-161-3/+3
* scm: mercurial: rewrite MercurialAdapter#info by using helper extention (#4455).Toshi MARUYAMA2011-02-161-1/+1
* scm: mercurial: add compatible test for "revisions" method.Toshi MARUYAMA2011-02-161-0/+14