Mercurial > hg > soundsoftware-site
view .svn/pristine/a0/a0d78fbfdf9f6cea1a7bfa231719282fdb4fcbeb.svn-base @ 1563:171c31a5cca4 live
A script to flatten an Hg repo with subrepos into one without. Not currently used.
author | Chris Cannam |
---|---|
date | Wed, 20 Jan 2016 15:03:23 +0000 |
parents | 261b3d9a4903 |
children |
line wrap: on
line source
api.array :queries, api_meta(:total_count => @query_count, :offset => @offset, :limit => @limit) do @queries.each do |query| api.query do api.id query.id api.name query.name api.is_public query.is_public? api.project_id query.project_id end end end