Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't run Chorus unless included Mercurial is used #53

Open
ermshiperete opened this issue May 22, 2015 · 1 comment
Open

Can't run Chorus unless included Mercurial is used #53

ermshiperete opened this issue May 22, 2015 · 1 comment

Comments

@ermshiperete
Copy link
Member

It's not possible to use the system provided mercurial. HgRepository.GetMercurialConfigInMercurialFolder() crashes if MercurialLocation.PathToMercurialFolder is not set which is the case if chorus can't find a Mercurial folder.

@jasonleenaylor
Copy link
Contributor

This is by design. In order for Chorus to function we must have extensions enabled at the mecurial.ini level. If we used the system mercurial we would not be in full enough control of the environment. The fixutf8 wrapper which does a bit more than just utf8 fixing now must run on linux and we can't be sure that it will work with any arbitrary mercurial that might be installed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants