##// END OF EJS Templates
histedit: adds hint how to reorder changesets at editor (issue3766)
liscju -
r28396:5490b04e default
parent child Browse files
Show More
@@ -234,6 +234,8 b' def geteditcomment(first, last):'
234 234
235 235 Commits are listed from least to most recent
236 236
237 You can reorder changesets by reordering the lines
238
237 239 Commands:
238 240 """)
239 241 actions = []
@@ -63,6 +63,8 b' Run a dummy edit to make sure we get tip'
63 63 #
64 64 # Commits are listed from least to most recent
65 65 #
66 # You can reorder changesets by reordering the lines
67 #
66 68 # Commands:
67 69 #
68 70 # e, edit = use commit, but stop for amending
@@ -295,6 +297,8 b' Test that trimming description using mul'
295 297 #
296 298 # Commits are listed from least to most recent
297 299 #
300 # You can reorder changesets by reordering the lines
301 #
298 302 # Commands:
299 303 #
300 304 # e, edit = use commit, but stop for amending
@@ -69,6 +69,8 b''
69 69 #
70 70 # Commits are listed from least to most recent
71 71 #
72 # You can reorder changesets by reordering the lines
73 #
72 74 # Commands:
73 75 #
74 76 # e, edit = use commit, but stop for amending
@@ -130,6 +132,8 b''
130 132 #
131 133 # Commits are listed from least to most recent
132 134 #
135 # You can reorder changesets by reordering the lines
136 #
133 137 # Commands:
134 138 #
135 139 # e, edit = use commit, but stop for amending
@@ -63,6 +63,8 b' show the edit commands offered'
63 63 #
64 64 # Commits are listed from least to most recent
65 65 #
66 # You can reorder changesets by reordering the lines
67 #
66 68 # Commands:
67 69 #
68 70 # e, edit = use commit, but stop for amending
@@ -339,6 +341,8 b' Verify that revsetalias entries work wit'
339 341 #
340 342 # Commits are listed from least to most recent
341 343 #
344 # You can reorder changesets by reordering the lines
345 #
342 346 # Commands:
343 347 #
344 348 # e, edit = use commit, but stop for amending
@@ -463,6 +463,8 b' Attempting to fold a change into a publi'
463 463 #
464 464 # Commits are listed from least to most recent
465 465 #
466 # You can reorder changesets by reordering the lines
467 #
466 468 # Commands:
467 469 #
468 470 # e, edit = use commit, but stop for amending
@@ -127,6 +127,8 b' Base setup for the rest of the testing'
127 127 #
128 128 # Commits are listed from least to most recent
129 129 #
130 # You can reorder changesets by reordering the lines
131 #
130 132 # Commands:
131 133 #
132 134 # e, edit = use commit, but stop for amending
@@ -45,6 +45,8 b' show the edit commands offered by outgoi'
45 45 #
46 46 # Commits are listed from least to most recent
47 47 #
48 # You can reorder changesets by reordering the lines
49 #
48 50 # Commands:
49 51 #
50 52 # e, edit = use commit, but stop for amending
@@ -77,6 +79,8 b' show the error from unrelated repos'
77 79 #
78 80 # Commits are listed from least to most recent
79 81 #
82 # You can reorder changesets by reordering the lines
83 #
80 84 # Commands:
81 85 #
82 86 # e, edit = use commit, but stop for amending
@@ -101,6 +105,8 b' test sensitivity to branch in URL:'
101 105 #
102 106 # Commits are listed from least to most recent
103 107 #
108 # You can reorder changesets by reordering the lines
109 #
104 110 # Commands:
105 111 #
106 112 # e, edit = use commit, but stop for amending
General Comments 0
You need to be logged in to leave comments. Login now