index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
redmine
/
scm
/
adapters
/
bazaar_adapter.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace regular expression matches with String#start_with? / end_with? (#40010).
Go MAEDA
2024-01-11
1
-2
/
+2
*
Fix RuboCop offense Lint/MissingSuper (#36919).
Go MAEDA
2023-03-24
1
-4
/
+1
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
1
-1
/
+1
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
1
-1
/
+1
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
remove redundant 'return' from lib/redmine/scm/adapters/bazaar_adapter.rb
Toshi MARUYAMA
2020-12-12
1
-5
/
+5
*
fix source indent of lib/redmine/scm/adapters/bazaar_adapter.rb
Toshi MARUYAMA
2020-10-26
1
-26
/
+30
*
Use match? instead of =~ when MatchData is not used (#34150).
Go MAEDA
2020-10-23
1
-2
/
+2
*
remove extra empty line at class body beginning of lib/redmine/scm/adapters/b...
Toshi MARUYAMA
2020-10-05
1
-1
/
+0
*
fix source indent of BazaarAdapter
Toshi MARUYAMA
2020-07-12
1
-16
/
+17
*
fix source indent of lib/redmine/scm/adapters/bazaar_adapter.rb
Toshi MARUYAMA
2020-07-12
1
-11
/
+16
*
fix source indents of lib/redmine/scm/adapters/bazaar_adapter.rb
Toshi MARUYAMA
2020-07-09
1
-5
/
+7
*
add empty lines after guard clause to lib/redmine/scm/adapters/bazaar_adapter.rb
Toshi MARUYAMA
2020-07-09
1
-0
/
+6
*
remove spaces inside {} of lib/redmine/scm/adapters/bazaar_adapter.rb
Toshi MARUYAMA
2020-07-09
1
-3
/
+3
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
code cleanup: rubocop: fix Style/NegatedIf in lib/redmine/scm/adapters/bazaar...
Toshi MARUYAMA
2019-09-24
1
-1
/
+1
*
code cleanup: rubocop: fix Style/ColonMethodCall in lib/redmine/scm/adapters/...
Toshi MARUYAMA
2019-09-24
1
-1
/
+1
*
code cleanup: rubocop: fix Performance/Casecmp in lib/redmine/scm/adapters/ba...
Toshi MARUYAMA
2019-09-21
1
-2
/
+2
*
Remove trailing whitespaces from lib (#31506).
Go MAEDA
2019-06-06
1
-2
/
+2
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
Remove extra #dup (#26561).
Go MAEDA
2019-03-21
1
-3
/
+2
*
Fix FrozenError in BazaarAdapter.branch_conf_path (#26561).
Go MAEDA
2019-03-20
1
-10
/
+3
*
Use #b shortcut instead of #force_encoding (#31059).
Go MAEDA
2019-03-20
1
-3
/
+2
*
Support frozen_string_literal in lib/**/*.rb (#26561).
Go MAEDA
2019-03-17
1
-2
/
+2
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
Replace String#gsub with faster String#tr (#29363).
Go MAEDA
2018-08-12
1
-1
/
+1
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
Merged rails-4.1 branch (#14534).
Jean-Philippe Lang
2014-10-22
1
-5
/
+2
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
change requirement in bazaar lib as same with other scm libs (#15756)
Toshi MARUYAMA
2013-12-24
1
-1
/
+1
*
fix disable to run test environment
Toshi MARUYAMA
2013-12-09
1
-1
/
+1
*
undefined method `strip' for nil:NilClass error with JRuby 1.7.2 (#12228).
Jean-Philippe Lang
2013-01-27
1
-3
/
+3
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
scm: bazaar: do not call super initialize method at adapter (#11834)
Toshi MARUYAMA
2012-09-18
1
-1
/
+3
*
scm: bazaar: use log encoding as path encoding (#11834)
Toshi MARUYAMA
2012-09-18
1
-0
/
+4
*
scm: bazaar: convert path encoding from @path_encoding to UTF-8 at adapter en...
Toshi MARUYAMA
2012-09-17
1
-4
/
+8
*
scm: bazaar: convert path encoding from @path_encoding to UTF-8 at adapter re...
Toshi MARUYAMA
2012-09-17
1
-1
/
+2
*
scm: bazaar: convert command line character encoding to @path_encoding (#11834)
Toshi MARUYAMA
2012-09-17
1
-2
/
+12
*
scm: bazaar: add @path_encoding instance value and set it UTF-8 at adapter in...
Toshi MARUYAMA
2012-09-17
1
-0
/
+5
*
scm: bazaar: code layout cleanup adapter revisions method
Toshi MARUYAMA
2012-09-17
1
-1
/
+4
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
scm: bazaar: use self.class.sq_bin for command name at adpter scm_cmd_no_rais...
Toshi MARUYAMA
2011-07-15
1
-2
/
+5
*
scm: bazaar: use self.class.sq_bin for command name at adpter scm_cmd() (#8825).
Toshi MARUYAMA
2011-07-15
1
-2
/
+5
*
scm: bazaar: use "shell_quote_command" method at adapter for JRuby + Windows ...
Toshi MARUYAMA
2011-07-15
1
-1
/
+1
*
scm: bazaar: refactor adapter revisions to use scm_cmd().
Toshi MARUYAMA
2011-05-26
1
-4
/
+7
*
scm: bazaar: refactor adapter entries to use scm_cmd().
Toshi MARUYAMA
2011-05-26
1
-6
/
+9
*
scm: bazaar: refactor adapter diff to use scm_cmd_no_raise().
Toshi MARUYAMA
2011-05-26
1
-3
/
+4
*
scm: bazaar: add "scm_cmd_no_raise" method for "bzr diff".
Toshi MARUYAMA
2011-05-26
1
-0
/
+8
[next]