Closed nobeans closed 13 years ago
Thank you for the pull request. I just merged in another pull request that fixed a few things, including some of the issues with resolving GITHG_HOME. Can you try the latest version fo the code and see if it works for you?
I've was using nobeans' patch for the last 3 days and just saw your new commits. I re-brew install
ed and from this repo and it's working great. Thanks!
great! it's working well. I close this issue.
git-hg is very useful tool, especially for me, who is not good at Mercurial :-)
I tried to use git-hg command which is installed from Hombrew on MacOSX, but the below error occurred:
because the Homebrew's Formula of git-hg is written to use the symlink of RELATIVE path. and the current resolve_symlink and absolutize_path doesn't support such a path.
I've improved resolve_symlink and absolutize_path (renamed to expand_path). the functions are being used in my product, GroovyServ. (http://kobo.github.com/groovyserv/)
merge it if you like.