summaryrefslogtreecommitdiffstats
path: root/test/unit/lib/redmine/scm/adapters/mercurial_adapter_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Merged r21792 from trunk to 5.0-stable (#36258).Go MAEDA2022-09-011-3/+17
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* add 'freeze' to avoid immutable array literals in loops at MercurialAdapterTestToshi MARUYAMA2020-12-121-16/+16
* fix source indent of MercurialAdapterTestToshi MARUYAMA2020-12-021-14/+14
* Replace gsub with tr, delete, or squeeze (#34161).Go MAEDA2020-10-241-1/+1
* fix source indent of MercurialAdapterTestToshi MARUYAMA2020-09-241-32/+38
* add space after comma to MercurialAdapterTestToshi MARUYAMA2020-09-171-2/+2
* fix source indent of MercurialAdapterTestToshi MARUYAMA2020-09-171-16/+17
* Fix a RuboCop offense Layout/TrailingWhitespace due to r19766 (#27790).Go MAEDA2020-05-091-1/+1
* scm: mercurial: add double quote branch and tag name to test repository (#27790)Toshi MARUYAMA2020-05-081-4/+12
* scm: mercurial: refactor MercurialAdapterTest#test_branches for easy adding n...Toshi MARUYAMA2020-05-081-39/+39
* fix source indents of MercurialAdapterTestToshi MARUYAMA2020-05-081-8/+8
* scm: mercurial: add test of author and message which have control character (...Toshi MARUYAMA2020-03-221-0/+7
* scm: mercurial: update test repository (#23055)Toshi MARUYAMA2020-03-221-10/+16
* scm: mercurial: refactor MercurialAdapterTest#test_branches for easy adding n...Toshi MARUYAMA2020-03-221-24/+38
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* cleanup: rubocop: fix Layout/AlignArguments in test/unit/lib/redmine/scm/adap...Toshi MARUYAMA2019-11-081-1/+1
* code clean up test/unit/lib/redmine/scm/adapters/mercurial_adapter_test.rbToshi MARUYAMA2019-08-041-6/+6
* rubocop: fix Layout/BlockAlignment of test/unit/lib/redmine/scm/adapters/merc...Toshi MARUYAMA2019-08-041-1/+2
* rubocop: fix Layout/CaseIndentation of test/unit/lib/redmine/scm/adapters/mer...Toshi MARUYAMA2019-08-031-2/+2
* rubocop: fix Layout/AlignArray of test/unit/lib/redmine/scm/adapters/mercuria...Toshi MARUYAMA2019-07-291-1/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Support frozen_string_literal in test/**/*.rb (#26561).Go MAEDA2019-03-211-1/+1
* Decode hexadecimal-encoded literals in order to be frozen string literals fri...Go MAEDA2019-03-191-5/+4
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* 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