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

Fixed issue that was not allowing to track multiple project folders. #7

Closed mrstebo closed 8 years ago

mrstebo commented 8 years ago

path was being modified in the Repository class, thus overriding the initial path = require 'path' declaration.

Fixes #6