Mercurial > hg > soundsoftware-site
comparison app/models/repository/mercurial.rb @ 252:adc8466df404 cannam
* Restore branch menu in repo
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Thu, 03 Mar 2011 15:08:45 +0000 |
parents | eeebe205a056 |
children | 753f1380d6bc |
comparison
equal
deleted
inserted
replaced
251:c2ffbc10233e | 252:adc8466df404 |
---|---|
54 def self.changeset_identifier(changeset) | 54 def self.changeset_identifier(changeset) |
55 changeset.scmid | 55 changeset.scmid |
56 end | 56 end |
57 | 57 |
58 def branches | 58 def branches |
59 nil | 59 bras = scm.branches |
60 bras.sort unless bras == %w|default| | |
60 end | 61 end |
61 | 62 |
62 def tags | 63 def tags |
63 nil | 64 nil |
64 end | 65 end |