scm: bazaar: add adapter "bzr_target()" method to common use.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5907 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
793accb14a
commit
e23f319a4c
@ -278,6 +278,11 @@ module Redmine
|
|||||||
ret
|
ret
|
||||||
end
|
end
|
||||||
private :scm_cmd
|
private :scm_cmd
|
||||||
|
|
||||||
|
def bzr_target(path)
|
||||||
|
target(path, false)
|
||||||
|
end
|
||||||
|
private :bzr_target
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user