Mercurial for Sublime
Sublime Text plugin for Mercurial (hg) the VCS. A fork of "hg4subl", which is pretty cool but lacks some features.
Details
Installs
- Total 5K
- Win 2K
- Mac 1K
- Linux 2K
Dec 26 | Dec 25 | Dec 24 | Dec 23 | Dec 22 | Dec 21 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | Dec 16 | Dec 15 | Dec 14 | Dec 13 | Dec 12 | Dec 11 | Dec 10 | Dec 9 | Dec 8 | Dec 7 | Dec 6 | Dec 5 | Dec 4 | Dec 3 | Dec 2 | Dec 1 | Nov 30 | Nov 29 | Nov 28 | Nov 27 | Nov 26 | Nov 25 | Nov 24 | Nov 23 | Nov 22 | Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- bitbucket.org
Sublime Text plugin for Mercurial (hg) the VCS.
A fork of “hg4subl”, which is pretty cool but lacks some features.
Project status
I'm sorry but as I no longer use Sublime Text as my editor but Vim, I'll no longer process the project. If something will break in future Sublime Text versions, or you have a feature requests or other bugs, please create issues on Bitbucket as mentioned bellow.
I'll still take a look at them and provide feedback and perhaps implement them.
Thanks for the support and for using my plugin.
What's supported?
- Sublime Text 2 (Without further development, but still last running version is available.)
- Sublime Text 3
- Modific by gornostal
I could not test the newest Version on Windows 32Bit and 64Bit. If you have any issues please send me a bug report containing the error. Same for Linux. Thanks for your help.
Mercurial
- Open user hgrc (tested with Mac OS X) Will open ~/.hgrc if any.
- Open user hgignore (tested with Mac OS X) Will open ~/.hgignore if any.
Repository
- Open local hgrc Will open the .hg/hgrc if any.
- Open local hgignore Will open the .hg/hgignore if any.
Remote
- Pull
- Fetch
- Push
Local Manage
- Update
- Status
- Branch
- Change Branch
- Create Branch
- Close Branch
- Diff All
- Log All
- Quick Commit
- Diff current file
- Log current file
- Blame current file
- Shelving
Local Filesystem
- Add current file
- Choose files to add
- Move current file
- Remove current file
- Choose files to remove
- Revert current file
- Choose files to revert
- Revert all files
Others
- Custom Command
- Show Status of Branch, Revision and Tag in StatusBar
- Configuration following convention, available through Preferences > Package Settings > Mercurial for Sublime.
How to get involved
You can either fork and submit pull requests, send me patches or post ideas and issues.
Installation
Unix like systems
The CLI way
cd ~/.config/sublime-text-2/Package
hg clone ssh://hg@bitbucket.org/DanielSiepmann/mercurial-for-sublime "Mercurial for Sublime"
Mac
The CLI way cd ~/Library/Application Support/Sublime Text 2/Packages hg clone ssh://hg@bitbucket.org/DanielSiepmann/mercurial-for-sublime “Mercurial for Sublime”
As a GUI for Mac you can use the nice and free SourceTree.
Windows
On Windows you can do the same way as for Unix. As a GUI for Windows you can use the free TortoiseHg or SourceTree.
Configuration
Open the delivered configuration file and copy it to your user folder. Perhaps it's easier to open both files from Preferences > Package Settings > Mercurial for Sublime.
Each option is documented inside the delivered file.