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

Incorrect cwd fix #14

Closed mrstebo closed 8 years ago

mrstebo commented 8 years ago

Seems to fix #13

This also provides a bit of speed optimization due to not having to run the hg command on every open project. This works assuming that every command being sent to hg contains the full path to the repository.