Unfortunately, it doesn't work on Windows today because our Mercurial support depends on Watchman, but we have made the Hg package for Atom that we use and develop at Facebook publicly available as part of Nuclide: https://atom.io/packages/nuclide.
Previously, we offered individual features of Nuclide as their own package, such as nuclide-hg-repository
. However, due to performance issues with installing a collection of Atom packages, we decided to release Nuclide only as a single, monolithic package. This has solved a number of reported installation issues.
Please elaborate about "mercurial support". Do you mean this in the context of merging changes from different branches and resolving conflicts? – geek – 2010-03-26T15:11:14.050
ideally, switching branches, merging and pushing or pulling to an external repo. the ability to switch branches in the editor would be fantastic, although i appreciate that merging may be out of the scope of a editor. – richzilla – 2010-03-26T16:11:12.510
Try
emacs
... – Basile Starynkevitch – 2016-02-29T06:46:20.157