scm: bazaar: use explicit return value in adapter branch_conf_path() (#2799, #4741, #8030).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5894 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-05-25 08:51:15 +00:00
parent 1dd571f385
commit 57f3b6f592
1 changed files with 1 additions and 0 deletions

View File

@ -233,6 +233,7 @@ module Redmine
if bcp if bcp
bcp = File.join(bcp, ".bzr", "branch", "branch.conf") bcp = File.join(bcp, ".bzr", "branch", "branch.conf")
end end
bcp
end end
def append_revisions_only def append_revisions_only