Hg Mercurial For Mac



Browse

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

Hg Mercurial For Mac

Installs

  • Total5K
  • Win2K
  • Mac1K
  • Linux2K
Oct 31Oct 30Oct 29Oct 28Oct 27Oct 26Oct 25Oct 24Oct 23Oct 22Oct 21Oct 20Oct 19Oct 18Oct 17Oct 16Oct 15Oct 14Oct 13Oct 12Oct 11Oct 10Oct 9Oct 8Oct 7Oct 6Oct 5Oct 4Oct 3Oct 2Oct 1Sep 30Sep 29Sep 28Sep 27Sep 26Sep 25Sep 24Sep 23Sep 22Sep 21Sep 20Sep 19Sep 18Sep 17
Windows000000000000000000000000000000000000000000000
Mac000000000000000000000000000000000000000000000
Linux000000000000000000000000000000000000000000000

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

Hg mercurial for mach
  • 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

  1. Press Command+Space and type Terminal and press enter/return key.
  2. 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.
  3. Run:
    brew install mercurial

Done! You can now use mercurial.

Similar Software for Mac