Files
atom/spec
Michael Bolin 5805bf9675 Try to set the Project's repo if it does not have one when a new RepositoryProvider is registered.
I tested this using my test `HgRepositoryProvider`. Now when I run the following from the
command line:

    atom <path-to-directory-with-hg-repository>

And then run the following in the console:

    atom.project.getRepositories()

I get an array with an `HgRepository` in it. Previously, I got an empty array because the
`Project`'s paths were set before my `HgRepositoryProvider` was registered.
2015-02-13 22:27:13 -08:00
..
2015-02-12 14:22:46 -08:00
2015-02-02 13:29:20 -08:00
2015-01-09 15:03:07 -08:00
2015-01-12 22:00:24 -08:00
2014-09-25 15:14:29 -07:00
2014-02-02 19:29:54 +06:00
2014-09-25 15:14:29 -07:00
2015-01-09 16:59:13 -08:00
2015-02-05 15:24:00 -08:00