mirror of
https://github.com/redmine/redmine.git
synced 2026-05-06 05:56:22 +02:00
scm: lib: add Branch class to abstract adapter (#5501)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7670 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -376,6 +376,10 @@ module Redmine
|
||||
lines.empty?
|
||||
end
|
||||
end
|
||||
|
||||
class Branch < String
|
||||
attr_accessor :revision, :scmid
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user