summaryrefslogtreecommitdiffstats
path: root/lib/redmine/scm/adapters/mercurial_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix RuboCop offense Style/RedundantArrayConstructor (#36919).Go MAEDA2023-06-071-1/+1
* Fix RuboCop offense Lint/MissingSuper (#36919).Go MAEDA2023-03-241-5/+0
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Support revision without any message in Mercurial repositories (#36258).Go MAEDA2022-09-011-1/+1
* Typo in method names: s/trailling/trailing/ (#37586).Go MAEDA2022-08-281-1/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Stricter validation of given revisions of repositories (#35085).Go MAEDA2021-04-231-0/+9
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* fix source indent of lib/redmine/scm/adapters/mercurial_adapter.rbToshi MARUYAMA2020-12-021-4/+5
* fix source indent of lib/redmine/scm/adapters/mercurial_adapter.rbToshi MARUYAMA2020-10-281-7/+7
* fix source indent of lib/redmine/scm/adapters/mercurial_adapter.rbToshi MARUYAMA2020-09-121-4/+4
* remove spaces inside {} of lib/redmine/scm/adapters/mercurial_adapter.rbToshi MARUYAMA2020-08-071-6/+6
* add empty line after guard clause to MercurialAdapterToshi MARUYAMA2020-07-211-0/+4
* scm: mercurial: escape branch and tag names (#27790)Toshi MARUYAMA2020-05-081-8/+10
* remove extra empty line at beginning of lib/redmine/scm/adapters/mercurial_ad...Toshi MARUYAMA2020-05-081-1/+0
* scm: mercurial: change template "escape" to "urlescape" for "author" and "des...Toshi MARUYAMA2020-03-221-6/+8
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* cleanup: rubocop: fix Style/MultilineBlockChain in lib/redmine/scm/adapters/m...Toshi MARUYAMA2019-11-081-1/+2
* cleanup: rubocop: fix Layout/SpaceInsideParens in lib/redmine/scm/adapters/me...Toshi MARUYAMA2019-11-081-1/+1
* cleanup: rubocop: fix Style/RescueModifier in lib/redmine/scm/adapters/mercur...Toshi MARUYAMA2019-11-081-1/+6
* code cleanup: rubocop: fix Lint/HandleExceptions in lib/redmine/scm/adapters/...Toshi MARUYAMA2019-09-121-0/+3
* code cleanup: rubocop: fix Lint/AmbiguousOperator in lib/redmine/scm/adapters...Toshi MARUYAMA2019-09-121-1/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Don't rescue Exception class (#31387).Go MAEDA2019-05-251-1/+1
* Use Regexp#match? to reduce allocations of MatchData object (#28940).Go MAEDA2019-03-271-2/+2
* Use #b shortcut instead of #force_encoding (#31059).Go MAEDA2019-03-201-3/+2
* Support frozen_string_literal in lib/**/*.rb (#26561).Go MAEDA2019-03-171-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Replace Enumerable#sort with faster Enumerable#sort_by (#29299).Go MAEDA2018-08-021-1/+1
* mercurial: work around faulty parsing of early command options (#27516)Toshi MARUYAMA2017-12-071-13/+14
* mercurial: separate command options and positional arguments with "--" (#27516)Toshi MARUYAMA2017-12-071-5/+5
* mercurial: reject malicious command argument (#27516)Toshi MARUYAMA2017-12-071-0/+15
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* 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-17/+5
* scm: mercurial: use long id in adapter level (#14361)Toshi MARUYAMA2014-02-021-2/+2
* back out r12752 (#14361)Toshi MARUYAMA2014-02-011-2/+2
* scm: mercurial: use long id in adapter level (#14361)Toshi MARUYAMA2014-02-011-2/+2
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Removes the XML declaration that breaks the parser with JRuby.Jean-Philippe Lang2012-04-261-3/+3
* scm: mercurial: lib: return array of Branch class instead of array of strings...Toshi MARUYAMA2011-10-281-1/+8
* scm: mercurial: lib: add parents to Revision class (#5501)Toshi MARUYAMA2011-10-281-1/+6
* scm: mercurial: drop supporting below Mercurial 1.1 (#9465)Toshi MARUYAMA2011-10-251-7/+2
* scm: mercurial: use self.class.sq_bin for command name at adpter scm_cmd() (#...Toshi MARUYAMA2011-07-151-2/+5
* scm: mercurial: use "shell_quote_command" method at adapter for JRuby + Windo...Toshi MARUYAMA2011-07-151-1/+1
* scm: mercurial: catch exception and return nil during getting info (#8777).Toshi MARUYAMA2011-07-111-0/+4
* scm: mercurial: fix unit adapter annotate test fails on Windows Mercurial 1.8...Toshi MARUYAMA2011-06-101-1/+2