Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atsushieno/monodevelop-mercurial
Mercurial addin for MonoDevelop
https://github.com/atsushieno/monodevelop-mercurial
addin deprecated mercurial monodevelop
Last synced: 24 days ago
JSON representation
Mercurial addin for MonoDevelop
- Host: GitHub
- URL: https://github.com/atsushieno/monodevelop-mercurial
- Owner: atsushieno
- License: mit
- Created: 2012-10-13T12:48:48.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-25T13:22:26.000Z (almost 11 years ago)
- Last Synced: 2024-11-09T20:20:31.894Z (3 months ago)
- Topics: addin, deprecated, mercurial, monodevelop
- Language: C#
- Size: 1.83 MB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
MonoDevelop.VersionControl.Mercurial is a Mercurial addin for monodevelop.
The basic structure is copied from MonoDevelop.VersionControl.Git in
monodevelop source tree.MonoDevelop.Mercurial uses Mercurial.Net and Mercurial.Net uses
command line hg client, so it is supposed to be in your PATH.Currently it is built only with MonoDevelop master.
It is not very solid yet. Be careful to deal with non-referencing
features such as commit and push.