Victor Torres

Results 16 issues of Victor Torres

Created based on https://github.com/victor-torres/atom-hg/issues/33#issuecomment-278757873 Seems that _atom-hg_ doesn't pay attention to the Atom’s setting 'Exclude VCS Ignored Paths'. In other words, .hgingnore files are hidden regardless of whether 'Exclude VCS...

bug

Some warnings were inherited from an SVN repository. They do not make sense to Mercurial.

![screen shot 2016-10-08 at 17 41 20](https://cloud.githubusercontent.com/assets/3674112/19215813/b880d1ec-8d7e-11e6-811f-1307ae37afa8.png) ![screen shot 2016-10-08 at 17 42 16](https://cloud.githubusercontent.com/assets/3674112/19215816/bddd6e2a-8d7e-11e6-9a40-e0e8e2aa8d56.png) I’m not sure these files should be shown in the green color.

spawnSync blocks NodeJS and we can't have another process/thread running it such as a web worker... We have to refactor HgUtils class to use spawn or exec, the asynchronous version...

help wanted

Actually, a lot of people came to me asking how they should vote because some of the options suggest they're not enjoying the proposal at all. For example, the laughing...

It's not clear to some people if they really voted for a proposal. The contrast seen may be improved. Possibilities: - use different colors - change background color - use...

This pull request: - avoid problems when executing tests on local environment with populated variables - avoid problems when environment variables are undefined or blank strings

I was thinking that – similarly to what happens on Node.js – we should keep the same interface between sync and async methods. There shouldn't be major differences between the...

Currently, the sync version of the API offers Python 3.5 support while the async version doesn't. I believe we should ditch Python 3.5 support and focus on offering a consistent...

Currently, the sync API automatically tries to inject meta attributes with the order of queries when the batch method is used. If the queries already have a meta attribute, the...