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)
- Host: GitHub
- URL: https://github.com/ged/mercurial-manager
- Owner: ged
- License: gpl-2.0
- Created: 2020-10-01T15:55:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-01T15:56:00.000Z (over 5 years ago)
- Last Synced: 2025-02-10T20:57:03.885Z (over 1 year ago)
- Language: Ruby
- Size: 18.6 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
- License: LICENSE.txt
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.