Hg Mercurial For Mac
Sublime Text plugin for Mercurial (hg) the VCS. A fork of 'hg4subl', which is pretty cool but lacks some features.
Hg Server allows you to easily install and manage a fully-functional Mercurial(Hg) server on the Mac OS X platform. Hg Server lets you host your Mercurial repositories on your own Mac computer, and you have the max control over your source code. No source code leak, no monthly fee, no long-haul network links, everything is right beside you! On Windows, TortoiseHg consists of the Workbench graphical application, a shell extension which provides overlay icons and context menus in your file explorer, and a command line program named thg.exe which can launch the TortoiseHg tools. Binary packages of TortoiseHg for Windows come with Mercurial and a merge tool and are thus completely ready for use “Out of the Box”.
Details
Installs
- Total5K
- Win2K
- Mac1K
- Linux2K
Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | Sep 20 | Sep 19 | Sep 18 | Sep 17 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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 hgrcWill open the .hg/hgrc if any.
- Open local hgignoreWill 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
Hg Mercurial For Mac 10.10
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.
About the App
- App name: mercurial
- App description: Scalable distributed version control system
- App website: https://mercurial.selenic.com/
Hg Mercurial For Mach
Install the App
- Press
Command+Space
and type Terminal and press enter/return key. - Run in Terminal app:
ruby -e '$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)' < /dev/null 2> /dev/null
and press enter/return key.
If the screen prompts you to enter a password, please enter your Mac's user password to continue. When you type the password, it won't be displayed on screen, but the system would accept it. So just type your password and press ENTER/RETURN key. Then wait for the command to finish. - Run:
brew install mercurial
Done! You can now use mercurial
.