ForceCLI/force

Problem with compiling tool from source

Closed this issue · 2 comments

When run

go get -u github.com/heroku/force

get the following exceptions

go: missing Mercurial command. See https://golang.org/s/gogetcmd
package bitbucket.org/pkg/inflect: exec: "hg": executable file not found in %PATH%

I had missing package for Mercurial. Can be found here - https://www.mercurial-scm.org/downloads

It would be nice to have some info in documentation about this pre-requisite.