Skip to content
/ hgo Public
forked from knieriem/hgo

Hgo is a collection of Go packages providing read-access to local Mercurial repositories.

License

Notifications You must be signed in to change notification settings

beyang/hgo

This branch is 9 commits ahead of knieriem/hgo:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Aug 25, 2015
d45f189 · Aug 25, 2015

History

26 Commits
Jun 18, 2014
Aug 22, 2015
Aug 22, 2015
Jun 18, 2014
Feb 27, 2013
Mar 16, 2013
Feb 27, 2013
Feb 27, 2013
Jul 12, 2014
Aug 22, 2015
Jun 18, 2014
Aug 19, 2014
Feb 27, 2013
Jun 18, 2014

Repository files navigation

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.

About

Hgo is a collection of Go packages providing read-access to local Mercurial repositories.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%