Until latest_changesets supports tags and branches. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4871 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
0b19757303
commit
0247a149c4
|
@ -44,6 +44,14 @@ class Repository::Mercurial < Repository
|
|||
changeset.scmid
|
||||
end
|
||||
|
||||
def branches
|
||||
nil
|
||||
end
|
||||
|
||||
def tags
|
||||
nil
|
||||
end
|
||||
|
||||
def diff_format_revisions(cs, cs_to, sep=':')
|
||||
super(cs, cs_to, ' ')
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue