-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
743a867
commit 6f9c54c
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,28 @@ | ||
# atom-hg | ||
|
||
Mercurial support for Atom text editor. | ||
|
||
## Features | ||
|
||
- line diff in text editor | ||
- file diff in tree view | ||
- branch name in status bar | ||
|
||
## Installing | ||
|
||
```shell | ||
git clone https://github.com/victor-torres/atom-hg.git | ||
cd atom-hg | ||
apm install | ||
apm link . | ||
``` | ||
|
||
## Based on | ||
|
||
- Atom's Repository Provider Service | ||
- Atom's Git Repository | ||
- Atom's Git Diff | ||
|
||
## License | ||
|
||
MIT Copyright (c) 2016 Victor Torres |