https://github.com/beyang/hgo
Hgo is a collection of Go packages providing read-access to local Mercurial repositories.
https://github.com/beyang/hgo
Last synced: 7 months ago
JSON representation
Hgo is a collection of Go packages providing read-access to local Mercurial repositories.
- Host: GitHub
- URL: https://github.com/beyang/hgo
- Owner: beyang
- License: other
- Fork: true (knieriem/hgo)
- Created: 2014-06-18T03:54:40.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-25T03:56:31.000Z (over 10 years ago)
- Last Synced: 2025-05-06T03:58:42.267Z (7 months ago)
- Language: Go
- Homepage:
- Size: 236 KB
- Stars: 16
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog/changelog.go
- License: LICENSE
Awesome Lists containing this project
- awesome-go-cn - hgo
- awesome-go - hgo - Hgo is a collection of Go packages providing read-access to local Mercurial repositories. - ★ 12 (Version Control)
- awesome-go-plus - hgo - Hgo is a collection of Go packages providing read-access to local Mercurial repositories.  (Version Control / Utility/Miscellaneous)
- awesome-go - hgo - Hgo is a collection of Go packages providing read-access to local Mercurial repositories. (Version Control / Utility/Miscellaneous)
- fucking-awesome-go - hgo - Hgo is a collection of Go packages providing read-access to local Mercurial repositories. (Version Control / Utility/Miscellaneous)
- awesome-go - hgo - access to local Mercurial repositories. | - | - | - | (Version Control / HTTP Clients)
- awesome-go - hgo - Hgo is a collection of Go packages providing read-access to local Mercurial repositories. (Version Control / Utility/Miscellaneous)
- awesome-go-zh - hgo
- fucking-awesome-go - :octocat: hgo - Hgo is a collection of Go packages providing read-access to local Mercurial repositories. :star: 8 :fork_and_knife: 2 (Version Control / Advanced Console UIs)
- awesome-go-with-stars - hgo - Hgo is a collection of Go packages providing read-access to local Mercurial repositories. (Version Control / Utility/Miscellaneous)
- awesome-go - hgo - Hgo is a collection of Go packages providing read-access to local Mercurial repositories. (Version Control / Utility/Miscellaneous)
- awesome-go - hgo - Hgo is a collection of Go packages providing read-access to local Mercurial repositories. (Version Control / Utility/Miscellaneous)
- awesome-Char - hgo - Hgo is a collection of Go packages providing read-access to local Mercurial repositories. (Version Control / HTTP Clients)
- awesome-go - hgo - Hgo is a collection of Go packages providing read-access to local Mercurial repositories. - :arrow_down:4 - :star:8 (Version Control / HTTP Clients)
- awesome-go-cn - hgo
- awesome-go - hgo - Hgo is a collection of Go packages providing read-access to local Mercurial repositories. (Version Control / HTTP Clients)
- awesome-go-cn - hgo
- awesome-go - hgo - Hgo is a collection of Go packages providing read-access to local Mercurial repositories. (Version Control / Utility/Miscellaneous)
- awesome-go-extra - hgo - access to local Mercurial repositories.|13|4|0|2014-06-18T03:54:40Z|2015-08-25T03:56:31Z| (Version Control / Fail injection)
- awesome-go - hgo - Hgo is a collection of Go packages providing read-access to local Mercurial repositories. (Version Control / <span id="高级控制台用户界面-advanced-console-uis">高级控制台用户界面 Advanced Console UIs</span>)
- awesome-go-cn - hgo - access to local Mercurial repositories.) (版本控制 / Advanced Console UIs)
- awesome-go - hgo - Hgo is a collection of Go packages providing read-access to local Mercurial repositories. (Version Control / Advanced Console UIs)
README
Hgo is a collection of Go packages providing read-access to
local Mercurial repositories. Only a subset of Mercurial's
functionality is supported. It is possible to access revisions
of files and to read changelogs, manifests, and tags.
Hgo supports the following repository features:
* revlogv1
* store
* fncache (no support for hash encoded names, though)
* dotencode
The Go packages have been implemented from scratch, based
on information found in Mercurial's wiki.
The project should be considered unstable. The BUGS file lists
known issues yet to be addressed.
cmd/hgo contains an example program that implements a few
commands similar to a subset of Mercurial's hg.