Skip to main content

Server-side implementation of Gitaly protocol for Mercurial

Project description

# HGitaly

HGitaly is Gitaly server for Mercurial.

## Updating the Gitaly gRPC protocol

The virtualenv has to be activated

  1. pip install -r dev-requirements.txt

  2. Copy the new proto files from a Gitaly checkout with version matching the wanted GitLab upstream version. Example in a HDK context:

    ` rm protos/*.proto cp ../gitaly/proto/*.proto protos/ # we dont want the `go` subdir `

  3. run ./generate-stubs

  4. run the tests: ./run-all-tests

  5. perform necessary hg add after close inspection of hg status

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hgitaly-0.6.0.tar.gz (83.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page