-
Notifications
You must be signed in to change notification settings - Fork 0
/
Sublimerge Macros.sublime-commands
86 lines (86 loc) · 1.96 KB
/
Sublimerge Macros.sublime-commands
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
[
{
"command": "sublimerge_macro",
"caption": "Sublimerge: Show Uncommited Changes...",
"args": {
"run": 0
}
},
{
"command": "sublimerge_macro",
"caption": "Sublimerge: Compare to Other Branch...",
"args": {
"run": 1
}
},
{
"command": "sublimerge_macro",
"caption": "Sublimerge: Show Unpushed Changes...",
"args": {
"run": 2
}
},
{
"command": "sublimerge_macro",
"caption": "Sublimerge: Show Changes Between Current and Remote...",
"args": {
"run": 3
}
},
{
"command": "sublimerge_macro",
"caption": "Sublimerge: List and Resolve Conflicts...",
"args": {
"run": 4
}
},
{
"command": "sublimerge_macro",
"caption": "Sublimerge: Resolve Conflicts in Current File",
"args": {
"run": 5
}
},
{
"command": "sublimerge_macro",
"caption": "Sublimerge: Compare to Custom Git Command Output...",
"args": {
"run": 6
}
},
{
"command": "sublimerge_macro",
"caption": "Sublimerge: Show Uncommited Changes...",
"args": {
"run": 7
}
},
{
"command": "sublimerge_macro",
"caption": "Sublimerge: Compare to Custom SVN Command Output...",
"args": {
"run": 8
}
},
{
"command": "sublimerge_macro",
"caption": "Sublimerge: Show Uncommited Changes...",
"args": {
"run": 9
}
},
{
"command": "sublimerge_macro",
"caption": "Sublimerge: Compare to Named Branch...",
"args": {
"run": 10
}
},
{
"command": "sublimerge_macro",
"caption": "Sublimerge: Compare to Custom Hg Command Output...",
"args": {
"run": 11
}
}
]