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
*
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
*
scm: bazaar: refactor adapter cat to use scm_cmd().
Toshi MARUYAMA
2011-05-26
1
-5
/
+6
*
scm: bazaar: add -q option in "bzr annotate".
Toshi MARUYAMA
2011-05-26
1
-1
/
+1
*
scm: bazaar: refactor adapter annotate to use scm_cmd().
Toshi MARUYAMA
2011-05-26
1
-6
/
+7
*
scm: bazaar: refactor adapter info() to use scm_cmd().
Toshi MARUYAMA
2011-05-25
1
-4
/
+4
*
scm: bazaar: add adapter "bzr_target()" method to common use.
Toshi MARUYAMA
2011-05-25
1
-0
/
+5
*
scm: bazaar: add adapter scm_cmd() to run "bzr" command.
Toshi MARUYAMA
2011-05-25
1
-0
/
+11
*
scm: bazaar: use regexp %r{} instead of // in adapter branch_conf_path().
Toshi MARUYAMA
2011-05-25
1
-1
/
+1
*
scm: bazaar: check not nil in adapter append_revisions_only() (#2799, #4741, ...
Toshi MARUYAMA
2011-05-25
1
-1
/
+1
*
scm: bazaar: use explicit return value in adapter branch_conf_path() (#2799, ...
Toshi MARUYAMA
2011-05-25
1
-0
/
+1
*
scm: bazaar: add adapter method to get "append_revisions_only" value from .bz...
Toshi MARUYAMA
2011-05-25
1
-0
/
+32
*
scm: bazaar: add adapter method to get .bzr/branch/branch.conf path from spec...
Toshi MARUYAMA
2011-05-25
1
-0
/
+14
*
scm: bazaar: remove trailing white-spaces from adapter source.
Toshi MARUYAMA
2011-05-06
1
-4
/
+4
*
scm: add "options" parameter in adapter entries().
Toshi MARUYAMA
2011-05-04
1
-1
/
+1
*
scm: bazaar: code clean up adapter.
Toshi MARUYAMA
2011-04-24
1
-4
/
+3
*
scm: bazaar: use revision and identifier as string.
Toshi MARUYAMA
2011-04-11
1
-1
/
+1
*
scm: bazaar: use identifier in blame.
Toshi MARUYAMA
2011-04-11
1
-1
/
+7
*
scm: fix unit tests fails in Ruby 1.9.
Toshi MARUYAMA
2011-03-03
1
-1
/
+1
*
scm: Ruby 1.9 compatibility in getting scm version (#4273).
Toshi MARUYAMA
2011-02-22
1
-0
/
+3
*
scm: bazaar: add methods of getting bazaar version and add unit lib test (#42...
Toshi MARUYAMA
2011-02-15
1
-0
/
+19
*
scm: use shell quote for scm command at adapter level (#7517, #4273).
Toshi MARUYAMA
2011-02-14
1
-14
/
+24
*
scm: change key name of configurable command name (#7517, #6159, #7047).
Toshi MARUYAMA
2011-02-04
1
-1
/
+1
*
scm: add a feature of configurable path of executable for scm adapters (#7517).
Toshi MARUYAMA
2011-02-04
1
-1
/
+1
*
Fixed that some arguments where not properly escaped in scm adapters.
Jean-Philippe Lang
2010-12-18
1
-3
/
+6
*
Fixes Bazaar adapter for JRuby/Win32 (#5404).
Jean-Philippe Lang
2010-05-01
1
-2
/
+2
*
Makes test pass with Bazaar 2.1.0 (#5002).
Jean-Philippe Lang
2010-03-06
1
-5
/
+5
*
Fixed: Bazaar "[merge]" tags parsing fails (#3445).
Jean-Philippe Lang
2009-06-06
1
-1
/
+1
*
Fixed Bazaar shared repository browsing (#2101, patch #1685 by Dmitry Shaposh...
Jean-Philippe Lang
2008-11-08
1
-1
/
+2
*
Move unified diff parser out of the scm abstract adapter so it can be reused ...
Jean-Philippe Lang
2008-06-08
1
-2
/
+2
*
Fixed: Links to repository directories don't work (#1119).
Jean-Philippe Lang
2008-04-27
1
-12
/
+0
*
SCM adapters: moved Errno::ENOENT exception rescuing to the abstract adapter.
Jean-Philippe Lang
2007-12-15
1
-12
/
+2
*
Bazaar adapter: fixed log with partial revisions parsing.
Jean-Philippe Lang
2007-12-07
1
-1
/
+4
*
Added Bazaar adapter.
Jean-Philippe Lang
2007-12-03
1
-0
/
+204