-
Notifications
You must be signed in to change notification settings - Fork 0
Home
thobrla edited this page Nov 13, 2014
·
1 revision
Note: Much of this is taken from the Create a Git Mirror hg tip.
- First, install mercurial-git:
sudo apt-get install mercurial-git
- Make sure that the hggit extension is loaded in your
~/.hgrc
file:
[extensions]
hggit = /usr/share/pyshared/hgext/git
- Clone the six repository:
hg clone https://bitbucket.org/gutworth/six
- Enter into the repository:
cd six
- Open the
.hg/hgrc
file and add this:
[paths]
git = git+ssh://[email protected]/gsutil-mirrors/six
- Push to github:
hg push git