diff --git a/Branch.sublime-menu b/Branch.sublime-menu index 52fd833..5da6878 100644 --- a/Branch.sublime-menu +++ b/Branch.sublime-menu @@ -5,25 +5,25 @@ "command": "merge_branch", "args": { "branch": "$branch" }, }, - { "command": "rebase_branch", "args": { "branch": "$branch", "commit": "$commit" }, "caption": "变基 '$branch' 分支…" }, - { "command": "delete_branch", "args": { "ref": "$ref" }, "caption": "删除 '$branch' 分支…" }, + { "command": "rebase_branch", "args": { "branch": "$branch", "commit": "$commit" }, "caption": "变基 $branch 分支…" }, + { "command": "delete_branch", "args": { "ref": "$ref" }, "caption": "删除 $branch 分支…" }, { "command": "show_command_palette", "args": { "command": "rename_branch", "args": {"branch": "$branch"}, - "description": "重命名 '$branch' 分支…", + "description": "重命名 $branch 分支…", } }, { - "caption": "复制分支名: '$branch'", + "caption": "复制分支名: $branch", "command": "copy_to_clipboard", "args": { "text": "$branch" } }, - { "command": "hide_ref", "args": { "ref": "$ref" }, "caption": "隐藏 '$branch' 分支" }, - { "command": "show_ref", "args": { "ref": "$ref" }, "caption": "显示 '$branch' 分支" }, - { "command": "hide_all_refs_except", "args": { "ref": "$ref" }, "caption": "隐藏除 '$branch' 之外的所有分支" }, + { "command": "hide_ref", "args": { "ref": "$ref" }, "caption": "隐藏 $branch 分支" }, + { "command": "show_ref", "args": { "ref": "$ref" }, "caption": "显示 $branch 分支" }, + { "command": "hide_all_refs_except", "args": { "ref": "$ref" }, "caption": "隐藏除 $branch 之外的所有分支" }, { "command": "show_all_refs", "args": { "ref": "$ref" }, "caption": "显示所有隐藏的分支" }, { "command": "show_command_palette", diff --git a/Commit.sublime-menu b/Commit.sublime-menu index f61c1db..329b35f 100644 --- a/Commit.sublime-menu +++ b/Commit.sublime-menu @@ -1,6 +1,6 @@ [ { - "caption": "复制哈希值: '$short_commit…'", + "caption": "复制哈希值: $short_commit…", "command": "copy_to_clipboard", "args": {"text": "$commit"} }, @@ -102,7 +102,7 @@ "args": {"commit": "$commit"} }, { - "caption": "重置 '$head_ref' 到当前提交", + "caption": "重置 $head_ref 到当前提交", "children": [ { diff --git a/Remote Branch.sublime-menu b/Remote Branch.sublime-menu index 358e626..4671b50 100644 --- a/Remote Branch.sublime-menu +++ b/Remote Branch.sublime-menu @@ -6,16 +6,16 @@ "command": "merge_branch", "args": { "branch": "$branch" }, }, - { "command": "rebase_branch", "args": {"branch": "$branch"}, "caption": "变基 '$branch' 分支…" }, - { "command": "delete_branch", "args": {"ref": "$ref"}, "caption": "删除 '$branch' 分支…" }, + { "command": "rebase_branch", "args": {"branch": "$branch"}, "caption": "变基 $branch 分支…" }, + { "command": "delete_branch", "args": {"ref": "$ref"}, "caption": "删除 $branch 分支…" }, { - "caption": "复制分支名: '$branch'", + "caption": "复制分支名: $branch", "command": "copy_to_clipboard", "args": {"text": "$branch"} }, - { "command": "hide_ref", "args": { "ref": "$ref" }, "caption": "隐藏 '$branch' 分支" }, - { "command": "show_ref", "args": { "ref": "$ref" }, "caption": "显示 '$branch' 分支" }, - { "command": "hide_all_refs_except", "args": { "ref": "$ref" }, "caption": "隐藏除 '$branch' 之外的所有分支" }, + { "command": "hide_ref", "args": { "ref": "$ref" }, "caption": "隐藏 $branch 分支" }, + { "command": "show_ref", "args": { "ref": "$ref" }, "caption": "显示 $branch 分支" }, + { "command": "hide_all_refs_except", "args": { "ref": "$ref" }, "caption": "隐藏除 $branch 之外的所有分支" }, { "command": "show_all_refs", "args": { "ref": "$ref" }, "caption": "显示所有隐藏的分支" }, { "caption": "-", "id": "end" } ] diff --git a/Remote.sublime-menu b/Remote.sublime-menu index cd231da..4cdf76d 100644 --- a/Remote.sublime-menu +++ b/Remote.sublime-menu @@ -5,11 +5,11 @@ { "command": "fetch", "args": { "remote": "$remote" }, - "description": "获取远程分支: '$remote'", + "description": "获取远程分支: $remote", }, }, { - "description": "删除远程分支: '$remote'", + "description": "删除远程分支: $remote", "command": "delete_remote", "args": {"remote": "$remote"} }, @@ -19,7 +19,7 @@ { "command": "rename_remote", "args": { "remote": "$remote" }, - "description": "重命名远程分支: '$remote'", + "description": "重命名远程分支: $remote", }, }, ] diff --git a/Submodule.sublime-menu b/Submodule.sublime-menu index 8256341..389a48f 100644 --- a/Submodule.sublime-menu +++ b/Submodule.sublime-menu @@ -1,25 +1,25 @@ [ { "caption": "初始化子模块", - "description": "初始化子模块: '$submodule_name'", + "description": "初始化子模块: $submodule_name", "command": "update_submodule", "args": {"submodule_path": "$submodule_path", "initialize": true} }, { "caption": "打开子模块", - "description": "打开子模块: '$submodule_name'", + "description": "打开子模块: $submodule_name", "command": "open_submodule", "args": {"submodule_path": "$submodule_path", } }, { "caption": "更新子模块", - "description": "更新子模块: '$submodule_name'", + "description": "更新子模块: $submodule_name", "command": "update_submodule", "args": {"submodule_path": "$submodule_path"} }, { "caption": "同步子模块", - "description": "同步子模块: '$submodule_name'", + "description": "同步子模块: $submodule_name", "command": "sync_submodule", "args": {"submodule_path": "$submodule_path"} }, diff --git a/Tag.sublime-menu b/Tag.sublime-menu index 7a1783d..79c6139 100644 --- a/Tag.sublime-menu +++ b/Tag.sublime-menu @@ -1,6 +1,6 @@ [ { - "caption": "删除标签: '$tag_name'", + "caption": "删除标签: $tag_name", "description": "Delete $tag_name", "command": "delete_tag", "args": {"ref": "$ref"} @@ -11,7 +11,7 @@ { "command": "push_tag", "args": { "ref": "$ref" }, - "description": "推送标签: '$tag_name'", + "description": "推送标签: $tag_name", }, }, { "caption": "-", "id": "end" }