Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/natefoo/gxgit2hg
Push Galaxy Github commits to Bitbucket
https://github.com/natefoo/gxgit2hg
Last synced: 14 days ago
JSON representation
Push Galaxy Github commits to Bitbucket
- Host: GitHub
- URL: https://github.com/natefoo/gxgit2hg
- Owner: natefoo
- Created: 2015-02-18T20:38:51.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-27T19:32:19.000Z (almost 10 years ago)
- Last Synced: 2024-04-14T00:50:55.609Z (9 months ago)
- Language: Python
- Size: 121 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Galaxy Git to Mercurial
The script(s) I'm currently using to push [Galaxy's Github
commits](https://github.com/galaxyproject/galaxy/) to [galaxy-central on
Bitbucket](https://bitbucket.org/galaxy/galaxy-central/).Requires [python-dateutil](https://labix.org/python-dateutil)
`gxgit-patch-to-hg-patch` is a fork of the public domain
[git-patch-to-hg-patch](https://github.com/mozilla/moz-git-tools/blob/master/git-patch-to-hg-patch)
from Mozilla. Modifications add hg patch headers to preserve git commit time.