Mercurial
适用于 Sublime Text 3 的功能齐全的 Mercurial (hg) 支持
详细信息
安装
- 总数 12K
- Win 5K
- Mac 4K
- Linux 4K
8月7日 | 8月6日 | 8月5日 | 8月4日 | 8月3日 | 8月2日 | 8月1日 | 7月31日 | 7月30日 | 7月29日 | 7月28日 | 7月27日 | 7月26日 | 7月25日 | 7月24日 | 7月23日 | 7月22日 | 7月21日 | 7月20日 | 7月19日 | 7月18日 | 7月17日 | 7月16日 | 7月15日 | 7月14日 | 7月13日 | 7月12日 | 7月11日 | 7月10日 | 7月9日 | 7月8日 | 7月7日 | 7月6日 | 7月5日 | 7月4日 | 7月3日 | 7月2日 | 7月1日 | 6月30日 | 6月29日 | 6月28日 | 6月27日 | 6月26日 | 6月25日 | 6月24日 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 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 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 1 | 1 | 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 | 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 | 1 |
Readme
Mercurial (Sublime Text Package)
从 Sublime Text 3 使用 Mercurial。
要求
- Mercurial 命令服务器(Mercurial 1.9 或更高版本)
安装
- 下载
- 安装到 已安装包
配置
这些选项可以在 首选项 | 设置 - 用户 中设置。
packages.mercurial.hg_exe
默认情况下,Mercurial 的可执行文件名为 hg
。如果您需要使用不同的名称,如 hg.bat
,请更改此选项。
示例
{
"packages.mercurial.hg_exe": "hg.bat"
}
packages.mercurial.terminal
确定 Linux 中使用的终端模拟器。某些命令,如 serve,需要此信息才能运行。
packages.mercurial.extensions
Mercurial 扩展名称列表。属于这些扩展的命令将与内置的 Mercurial 命令一起显示在 Mercurial 快速面板中。
如何使用
Mercurial 可以下列方式使用
- 通过 菜单(
show_mercurial_menu
命令)。 - 通过 命令行接口(
show_mercurial_cli
命令)。
无论使用哪种方法,Mercurial 最终都与 Mercurial 命令服务器进行通信。命令行接口是一种更灵活的选项,但某些操作可能通过菜单更快。
默认情况下,您必须遵循以下步骤来使用 Mercurial
- 打开命令面板(Ctrl+Shift+P)并查找
Mercurial
。 - 选择选项
- 选择 Mercurial 命令(或键入命令行)
但是,建议 将 show_mercurial_cli
和 show_mercurial_menu
分配为其自己的 快捷键。
例如
{ "keys": ["ctrl+k", "ctrl+k"], "command": "show_mercurial_menu" },
{ "keys": ["ctrl+shift+k"], "command": "show_mercurial_cli" },
重新启动当前服务器
Mercurial命令服务器运行时,不会检测到对仓库的外部更改(可能是从命令行进行的)。要重启当前服务器以便能够检测外部更改,请在命令面板中选择终止当前服务器。
Tab自动完成
在命令行中,当你按下Tab键时,顶级命令会自动完成。
快速操作
在某些情况下,您可以执行快速操作。
在日志报告中
要比较两个版本,选中两个版本号,然后按Ctrl+Enter。
要更新到特定版本号,选中版本号,然后按Ctrl+Shift+Enter。
捐赠
您可以通过Gittip(guillermooo)或Pledgie(请见顶部)给我小费。