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

hg​4subl

by thejeshgn ST2

A simple Sublime Text plugin for hg. I am calling it hg4subl. Its completely inspired by sublime-text-2-git which I use.

Details

Installs

  • Total 2K
  • Win 533
  • Mac 528
  • Linux 534
Nov 21 Nov 20 Nov 19 Nov 18 Nov 17 Nov 16 Nov 15 Nov 14 Nov 13 Nov 12 Nov 11 Nov 10 Nov 9 Nov 8 Nov 7 Nov 6 Nov 5 Nov 4 Nov 3 Nov 2 Nov 1 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
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 2 plugin: hg

A simple Sublime Text plugin for hg. I am calling it hg4subl. Its completely inspired by sublime-text-2-git which I use.

The plugin can upgrade itself unlike git version :) Tools -> Hg -> hg4subl updates

Installation:

On Linux and *nix platforms:

cd ~/.config/sublime-text-2/Package
hg clone http://code.thejeshgn.com/hg4subl

The “hg” binary can be specified with the setting “hg4subl_hg”. For example by putting this in your user settings:

On Linux

"hg4subl_hg": "/opt/local/bin/hg"

on Mac

"hg4subl_hg": "/usr/local/bin/hg"

Not tested on other envs

For updating to latest version:

Tools - Hg - hg4subl updates

What's supported?

  • Pull
  • Fetch
  • Push
  • Status
  • Pull
  • Change Branch
  • Diff All
  • Log All
  • Quick Commit
  • Annotate
  • Add current file
  • Remove current file
  • Diff current file
  • Log current file
  • Choose file to add
  • Custom Command
  • Update hg4subl