ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Mercurial

by guillermooo ALL

Full-featured Mercurial (hg) support for Sublime Text 3

Labels vcs, hg

Details

  • 2013.01.20.20.55.36
    0.9.0
  • github.​com
  • github.​com
  • 11 years ago
  • 1 hour ago
  • 12 years ago

Installs

  • Total 12K
  • Win 5K
  • Mac 4K
  • Linux 4K
Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5 Mar 4 Mar 3 Mar 2 Mar 1 Feb 29 Feb 28 Feb 27 Feb 26 Feb 25 Feb 24 Feb 23 Feb 22 Feb 21 Feb 20 Feb 19 Feb 18 Feb 17 Feb 16 Feb 15 Feb 14 Feb 13 Feb 12
Windows 0 0 0 0 0 0 0 1 0 1 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 1
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 1 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Click here to lend your support to: Mercurial and make a donation at www.pledgie.com !

Mercurial (Sublime Text Package)

Use Mercurial from Sublime Text 3.

Requirements

  • Mercurial command server (Mercurial 1.9 or above)

Installation

  • Download
  • Install to Installed Packages

Configuration

These options can be set in Preferences | Settings - User.

packages.mercurial.hg_exe

By default, the executable name for Mercurial is hg. If you need to use a different one, such as hg.bat, change this option.

Example:

{
  "packages.mercurial.hg_exe": "hg.bat"
}

packages.mercurial.terminal

Determines the terminal emulator to be used in Linux. Some commands, such as serve, need this information to work.

packages.mercurial.extensions

A list of Mercurial extension names. Commands belonging to these extensions will show up in the Mercurial quick panel along with built-in Mercurial commands.

How to Use

Mercurial can be used in two ways:

  • Through a menu (show_mercurial_menu command).
  • Through a command-line interface (show_mercurial_cli command).

Regardless of the method used, Mercurial ultimately talks to the Mercurial command server. The command-line interface is the more flexible option, but some operations might be quicker through the menu.

By default, you have to follow these steps to use Mercurial:

  1. Open the Command Palette (Ctrl+Shift+P) and look for Mercurial.
  2. Select option
  3. Select Mercurial command (or type in command line)

It is however recommended to assign show_mercurial_cli and show_mercurial_menu their own key bindings.

For example:

{ "keys": ["ctrl+k", "ctrl+k"], "command": "show_mercurial_menu" },
{ "keys": ["ctrl+shift+k"], "command": "show_mercurial_cli" },

Restarting the Current Server

The Mercurial command server will not detect changes to the repository made from the outside (perhaps from a command line) while it is running. To restart the current server so that external changes are picked up, select Kill Current Server from the command palette.

Tab Completion

While in the command-line, top level commands will be autocompleted when you press Tab.

Quick Actions

In some situations, you can perform quick actions.

In Log Reports

To diff two revisions, select two revision numbers and press Ctrl+Enter.

To update to a revision number, select a revision number and press Ctrl+Shift+Enter.

Donations

You can tip me through Gittip (guillermooo) or Pledgie (see top).