victor-torres / atom-hg

Mercurial support for Atom text editor. Works on Linux, Mac OS X and Windows.
https://atom.io/packages/atom-hg
MIT License
27 stars 5 forks source link

Dealing with repositories opened through symbolic link. #36

Closed victor-torres closed 8 years ago

victor-torres commented 8 years ago

18 should be solved with this.

I tried not to modify the behavior with non-symlink repositories.

TomKemperNL commented 8 years ago

This PR breaks the tests on windows with an error: Error: No Mercurial repository found searching path: D:\Dev\atom-hg\test\test_repo symlink

Purely a test error I suppose, so no big deal.

Could you set up an AppVeyor account as well as a Travis one? Should be basically the same as Travis, but on a windows vm.

victor-torres commented 8 years ago

Thanks @TomKemperNL. I was aware of that but end forgetting to add the platform verification.

I’m already configuring AppVeyor and adding the platform verification.

victor-torres commented 8 years ago

927f577