Popularity
2.0
Declining
Activity
0.0
Stable
17
5
4

Programming language: Go
License: GNU General Public License v3.0 or later
Tags: Version Control    

hgo alternatives and similar packages

Based on the "Version Control" category.
Alternatively, view hgo alternatives based on common mentions on social networks and blogs.

  • go-git

    DISCONTINUED. highly extensible Git implementation in pure Go.
  • glab

    DISCONTINUED. The GitLab CLI tool. Archived: now officially adopted by GitLab as the official CLI tool and maintained at https://gitlab.com/gitlab-org/cli. See https://github.com/profclems/glab/issues/983
  • Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
    Promo www.influxdata.com
    InfluxDB Logo
  • git2go

    Git to Go; bindings for libgit2. Like McDonald's but tastier.
  • hercules

    Gaining advanced insights from Git repository history.
  • go-vcs

    manipulate and inspect VCS repositories in Go
  • gh

    4.1 0.0 hgo VS gh
    Scriptable server and net/http middleware for GitHub Webhooks.
  • githooks

    🦎 Githooks: per-repo and shared Git hooks with version control and auto update. [✩Star] if you're using it!
  • froggit-go

    Froggit-Go is a universal Go library, allowing to perform actions on VCS providers.
  • gittp

    :octocat: Git HTTP backend in go

Do you think we are missing an alternative of hgo or a related project?

Add another 'Version Control' Package

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.