Skip to main content

A Mercurial extension for working with GitHub repositories

Project description

hg-github

hg-github is a Mercurial extension that wraps hg-git, and supports a work-flow where repositories are hosted on Bitbucket and mirrored on GitHub. This work-flow normally requires adding Git paths to each repository’s config file, and creating Mercurial bookmarks pointing to the GitHub repository’s branch name. hg-github takes care of these for you automatically. hg-github is BSD licensed.

Installation

The easiest way to install hg-github is directly from PyPi using pip or setuptools by running the respective command below:

$ pip install -U hg-github

or:

$ easy_install -U hg-github

Otherwise you can download hg-github and install it directly from source:

$ python setup.py install

Once installed, add hggithub to the extensions section in your global .hgrc file:

[extensions]
hggithub =

Note that there isn’t a dash in hggithub in your .hgrc file. You also don’t need to add the hg-git extension, as it is wrapped and used automatically by hg-github.

Once installed, assuming the default remote location of your repository is on Bitbucket, the GitHub path is automatically added and given the name github, so you can push to it with the following command:

$ hg push github

Repository Paths

As mentioned above, the GitHub path is given the name github when the default remote location is on Bitbucket. For other named Bitbucket locations, the name github-NAME is given, where NAME is the name of the path located on BitBucket. For example consider the following .hg/hgrc repo config:

[paths]
default = ssh://hg@bitbucket.org/stephenmcd/hg-git
somefork = ssh://hg@bitbucket.org/stephenmcd/hg-git-temp

hg-git will add entries to the config file as follows. Note that the config file isn’t actually written to:

[paths]
default = ssh://hg@bitbucket.org/stephenmcd/hg-github
somefork = ssh://hg@bitbucket.org/stephenmcd/hg-github-temp

github = git+ssh://git@github.com/stephenmcd/hg-github.git
github-somefork = git+ssh://git@github.com/stephenmcd/hg-github-temp.git

GitHub Username

hg-github assumes you have the same username on GitHub and Bitbucket. If you have a different GitHub username, you can specify it by adding the following section to your global .hgrc file. For example my GitHub username is stephenmcd:

[github]
username = stephenmcd

Project details


Download files

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

Source Distribution

hg-github-0.1.0.tar.gz (2.7 kB view details)

Uploaded Source

File details

Details for the file hg-github-0.1.0.tar.gz.

File metadata

  • Download URL: hg-github-0.1.0.tar.gz
  • Upload date:
  • Size: 2.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for hg-github-0.1.0.tar.gz
Algorithm Hash digest
SHA256 ff6af9a9f60192fb187111d61de5377812e616e5eb46b5500e93a6e0052a45db
MD5 3e958dda8ba03a1056852718560c83e4
BLAKE2b-256 696e7ff5a74cc7d827a6742e78828f7126a4298ff818d9bbe49d3ce5ab8586c4

See more details on using hashes here.

Supported by

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