comparison hgext/histedit.py @ 28396:5490b04e6132

histedit: adds hint how to reorder changesets at editor (issue3766)
author liscju <piotr.listkiewicz@gmail.com>
date Tue, 08 Mar 2016 21:59:06 +0100
parents c100dbd593e2
children 518a5030acba
comparison
equal deleted inserted replaced
28395:0383f7a5e86c 28396:5490b04e6132
231 Commands are only included once. 231 Commands are only included once.
232 """ 232 """
233 intro = _("""Edit history between %s and %s 233 intro = _("""Edit history between %s and %s
234 234
235 Commits are listed from least to most recent 235 Commits are listed from least to most recent
236
237 You can reorder changesets by reordering the lines
236 238
237 Commands: 239 Commands:
238 """) 240 """)
239 actions = [] 241 actions = []
240 def addverb(v): 242 def addverb(v):