sourcegraph / go-vcs

manipulate and inspect VCS repositories in Go
https://sourcegraph.com/sourcegraph/go-vcs
Other
79 stars 20 forks source link

Skip remaining few hg tests. #106

Closed dmitshur closed 6 years ago

dmitshur commented 6 years ago

Due to issue #104, most of hg tests were skipped in PR #103. This change skips the remaining few hg tests. As a result, ./vcs package tests can pass without hg binary installed.

When issue #104 is resolved, all of the hg tests can be reinstated.

Updates PR #103. Updates issue #104.