comparison hgext/histedit.py @ 17738:b8424c92ba2b

spelling: fix minor spell checker issues
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 10 Oct 2012 01:29:56 +0200
parents 5b6c8f2fbda5
children fec69c72e2b4
comparison
equal deleted inserted replaced
17737:4720d2c903a2 17738:b8424c92ba2b
203 203
204 Expected commit options are: 204 Expected commit options are:
205 - message 205 - message
206 - date 206 - date
207 - username 207 - username
208 Edition of commit message is trigered in all case. 208 Commit message is edited in all cases.
209 209
210 This function works in memory.""" 210 This function works in memory."""
211 ctxs = list(repo.set('%d::%d', first, last)) 211 ctxs = list(repo.set('%d::%d', first, last))
212 if not ctxs: 212 if not ctxs:
213 return None 213 return None