https://github.com/tkellogg/hg2hg
utility for converting mecurial repositories
https://github.com/tkellogg/hg2hg
Last synced: about 1 year ago
JSON representation
utility for converting mecurial repositories
- Host: GitHub
- URL: https://github.com/tkellogg/hg2hg
- Owner: tkellogg
- Created: 2011-04-23T23:41:02.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-04-25T14:03:13.000Z (about 15 years ago)
- Last Synced: 2025-01-28T09:44:57.725Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# Mecurial to Mecurial converter
I had forked a TFS repository from CodePlex, and by _forked_ I mean I used git-svn so I could use a **real** VCS. Now the maintainer has moved to mecurial so I could merge easier. When I went to convert my git history into a mecurial repository it converted smoothly except HG couldn't find a common ancestor.
I am creating this utility to take two similar mecurial repositories, explicitly say what the last common revision is, and fold one repo into the other.
Yes, I understand the irony of committing an hg2hg tool into a git repository. But that's how I roll...