##// END OF EJS Templates
scm: mercurial: temporary disable tags and branches at model (#1981, #7246, #4455)....
Toshi MARUYAMA -
r4751:0247a149c43c
parent child
Show More
@@ -44,6 +44,14 class Repository::Mercurial < Repository
44 44 changeset.scmid
45 45 end
46 46
47 def branches
48 nil
49 end
50
51 def tags
52 nil
53 end
54
47 55 def diff_format_revisions(cs, cs_to, sep=':')
48 56 super(cs, cs_to, ' ')
49 57 end
General Comments 0
You need to be logged in to leave comments. Login now