Sublime Forum

New Mercurial plugin for Sublime Text 2

#21

Hey there, I implemented my suggested feature and it works more or less. Maybe you can reuse/incorporate some of my code.

0 Likes

#22

Updated!

  • serve command will run in its own console

Remember that as of dev build 2180 you can set Sublime Text to your editor in .hgrc to handle commit messages.

  • windows: sublime_text.exe --wait
  • other: sublime_text -w

This seems to work all right for me on Windows 7 and Linux Mint.

0 Likes

#23

Does it support mercurial queues?

0 Likes

#24

It does if you add this to your User Settings:

[code] “packages.sublime_hg.extensions”:

	"mq"
],[/code]
0 Likes

#25

[quote=“guillermooo”]It does if you add this to your User Settings:

[code] “packages.sublime_hg.extensions”:

	"mq"
],[/code][/quote]

Okay, thank you. So as far as I understood, this plugin has more features than hg4subl. Am I right? As for the user settings, what happens if I specify such mercurial extensions as color or pager?

0 Likes

#26

I wouldn’t know… Never used it.

The mercurial patch queue is the only one that’ll work right now.

0 Likes