An open API service indexing awesome lists of open source software.

https://github.com/ged/mercurial-manager

A Ruby implementation of mercurial-server (Git mirror)
https://github.com/ged/mercurial-manager

Last synced: 8 months ago
JSON representation

A Ruby implementation of mercurial-server (Git mirror)

Awesome Lists containing this project

README

          

# Mercurial-Manager

home
: https://hg.sr.ht/~ged/Mercurial-Manager

code
: https://hg.sr.ht/~ged/Mercurial-Manager

github
: https://github.com/ged/mercurial-manager

docs
: https://deveiate.org/code/mercurial-manager

## Description

## Prerequisites

* Ruby

## Installation

$ gem install mercurial-manager

## Contributing

You can check out the current development source with Mercurial via its
[project page](http://bitbucket.org/ged/mercurial-manager). Or if you prefer Git, via
[its Github mirror](https://github.com/ged/mercurial-manager).

After checking out the source, run:

$ rake setup

This task will install dependencies, and do any other necessary setup for development.

## Authors

- Michael Granger

## License

This is a derivative work of the mercurial-server project, used under the terms
of the GPL version 2.

Copyright (c) 2020, Michael Granger
All rights reserved.

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.