Redmine/lib
Toshi MARUYAMA 1f58b94bd8 scm: bazaar: do not call super initialize method at adapter (#11834)
On Bazaar 2.0.5, in case of using non ASCII *repository* path,
following trace raise on all operation.

<pre>
Traceback (most recent call last):
  File "/usr/bin/bzr", line 142, in <module>
    exit_val = bzrlib.commands.main()
  File "/usr/lib/python2.6/site-packages/bzrlib/commands.py", line 1102, in main
    argv = osutils.get_unicode_argv()
  File "/usr/lib/python2.6/site-packages/bzrlib/osutils.py", line 90, in get_unicode_argv
    "encoding." % a))
bzrlib.errors.BzrError:
 Parameter ''/somewhere/\xe3\x83\x90\xe3\x82\xb6\xe3\x83\xbc/non_ascii/''
 is unsupported by the current encoding.
</pre>

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10422 e93f8b46-1217-0410-a6f0-8f06a7374b81
2012-09-18 10:10:29 +00:00
..
SVG Fixes SVG lib for ruby1.9. 2009-11-07 10:40:54 +00:00
generators fix redmine_plugin generator output in USAGE 2012-09-03 17:14:42 +00:00
plugins Adds a "depth" option to the child_pages macro (#10789). 2012-09-16 15:24:35 +00:00
redmine scm: bazaar: do not call super initialize method at adapter (#11834) 2012-09-18 10:10:29 +00:00
tasks Fixed: load_default_data task fails to print the error message if one occurs (#11844). 2012-09-17 18:38:54 +00:00
diff.rb fix source indents of lib/diff.rb 2012-04-03 15:20:39 +00:00
redcloth3.rb Accept float in inline styles. 2012-09-16 13:54:04 +00:00
redmine.rb Use named routes. 2012-07-07 17:45:12 +00:00