##// END OF EJS Templates
histedit: shorten new fold message...
Matt Mackall -
r20511:5840da87 default
parent child Browse files
Show More
@@ -35,7 +35,7 b' file open in your editor::'
35 35 # Commands:
36 36 # p, pick = use commit
37 37 # e, edit = use commit, but stop for amending
38 # f, fold = use commit, but fold into previous commit (combines this commit with the one above)
38 # f, fold = use commit, but combine it with the one above
39 39 # d, drop = remove commit from history
40 40 # m, mess = edit message without changing commit content
41 41 #
@@ -56,7 +56,7 b' would reorganize the file to look like t'
56 56 # Commands:
57 57 # p, pick = use commit
58 58 # e, edit = use commit, but stop for amending
59 # f, fold = use commit, but fold into previous commit (combines this commit with the one above)
59 # f, fold = use commit, but combine it with the one above
60 60 # d, drop = remove commit from history
61 61 # m, mess = edit message without changing commit content
62 62 #
@@ -179,7 +179,7 b' editcomment = _("""# Edit history betwee'
179 179 # Commands:
180 180 # p, pick = use commit
181 181 # e, edit = use commit, but stop for amending
182 # f, fold = use commit, but fold into previous commit (combines this commit with the one above)
182 # f, fold = use commit, but combine it with the one above
183 183 # d, drop = remove commit from history
184 184 # m, mess = edit message without changing commit content
185 185 #
@@ -56,7 +56,7 b' Run a dummy edit to make sure we get tip'
56 56 # Commands:
57 57 # p, pick = use commit
58 58 # e, edit = use commit, but stop for amending
59 # f, fold = use commit, but fold into previous commit (combines this commit with the one above)
59 # f, fold = use commit, but combine it with the one above
60 60 # d, drop = remove commit from history
61 61 # m, mess = edit message without changing commit content
62 62 #
@@ -72,7 +72,7 b''
72 72 # Commands:
73 73 # p, pick = use commit
74 74 # e, edit = use commit, but stop for amending
75 # f, fold = use commit, but fold into previous commit (combines this commit with the one above)
75 # f, fold = use commit, but combine it with the one above
76 76 # d, drop = remove commit from history
77 77 # m, mess = edit message without changing commit content
78 78 #
@@ -132,7 +132,7 b''
132 132 # Commands:
133 133 # p, pick = use commit
134 134 # e, edit = use commit, but stop for amending
135 # f, fold = use commit, but fold into previous commit (combines this commit with the one above)
135 # f, fold = use commit, but combine it with the one above
136 136 # d, drop = remove commit from history
137 137 # m, mess = edit message without changing commit content
138 138 #
@@ -66,7 +66,7 b' show the edit commands offered'
66 66 # Commands:
67 67 # p, pick = use commit
68 68 # e, edit = use commit, but stop for amending
69 # f, fold = use commit, but fold into previous commit (combines this commit with the one above)
69 # f, fold = use commit, but combine it with the one above
70 70 # d, drop = remove commit from history
71 71 # m, mess = edit message without changing commit content
72 72 #
@@ -56,7 +56,7 b' Enable obsolete'
56 56 # Commands:
57 57 # p, pick = use commit
58 58 # e, edit = use commit, but stop for amending
59 # f, fold = use commit, but fold into previous commit (combines this commit with the one above)
59 # f, fold = use commit, but combine it with the one above
60 60 # d, drop = remove commit from history
61 61 # m, mess = edit message without changing commit content
62 62 #
@@ -48,7 +48,7 b' show the edit commands offered by outgoi'
48 48 # Commands:
49 49 # p, pick = use commit
50 50 # e, edit = use commit, but stop for amending
51 # f, fold = use commit, but fold into previous commit (combines this commit with the one above)
51 # f, fold = use commit, but combine it with the one above
52 52 # d, drop = remove commit from history
53 53 # m, mess = edit message without changing commit content
54 54 #
@@ -79,7 +79,7 b' show the error from unrelated repos'
79 79 # Commands:
80 80 # p, pick = use commit
81 81 # e, edit = use commit, but stop for amending
82 # f, fold = use commit, but fold into previous commit (combines this commit with the one above)
82 # f, fold = use commit, but combine it with the one above
83 83 # d, drop = remove commit from history
84 84 # m, mess = edit message without changing commit content
85 85 #
@@ -102,7 +102,7 b' test sensitivity to branch in URL:'
102 102 # Commands:
103 103 # p, pick = use commit
104 104 # e, edit = use commit, but stop for amending
105 # f, fold = use commit, but fold into previous commit (combines this commit with the one above)
105 # f, fold = use commit, but combine it with the one above
106 106 # d, drop = remove commit from history
107 107 # m, mess = edit message without changing commit content
108 108 #
General Comments 0
You need to be logged in to leave comments. Login now