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

Fixed hg's update method so that it pulls from remote before updates #45

Merged
merged 1 commit into from
Jun 20, 2016

Conversation

hegyigee
Copy link

Hi there! I got here from glide. We use bitbucket hg repos for our go projects.

When a project dependency gets updated in the remote repo we then update the version glide.yaml and run glide up but it throws an error saying unknown version.

I checked the code and it turned out that only in case of hg the Update() method executes only hg update which does not fetch changes from the remote repo, it only updates the version to the latest known locally.

@mattfarina mattfarina merged commit 539806f into Masterminds:master Jun 20, 2016
@mattfarina
Copy link
Member

@hegyigee thanks for the fix!

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

Successfully merging this pull request may close these issues.

None yet

2 participants