Mercurial > hg > soundsoftware-site
diff app/models/repository/mercurial.rb @ 36:de76cd3e8c8e cc-branches
* Probably abortive experiments in extracting the branch from Hg
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Wed, 20 Oct 2010 10:07:29 +0100 |
parents | 7c48bad7d85d |
children |
line wrap: on
line diff
--- a/app/models/repository/mercurial.rb Fri Oct 01 15:33:14 2010 +0100 +++ b/app/models/repository/mercurial.rb Wed Oct 20 10:07:29 2010 +0100 @@ -85,6 +85,7 @@ :scmid => re.scmid, :committer => re.author, :committed_on => re.time, + :branch => re.branch, :comments => re.message) re.paths.each { |e| cs.create_change(e) } end