comparison hgext/histedit.py @ 25450:7e36c3000ead

histedit: copyedit docstring wording problem I noticed while here
author Augie Fackler <augie@google.com>
date Fri, 05 Jun 2015 15:12:08 -0400
parents 443d4635e630
children 43906060a3f4
comparison
equal deleted inserted replaced
25449:c39640d26a4c 25450:7e36c3000ead
383 383
384 This function ensure we apply the same treatment to all changesets. 384 This function ensure we apply the same treatment to all changesets.
385 385
386 - Add a 'histedit_source' entry in extra. 386 - Add a 'histedit_source' entry in extra.
387 387
388 Note that fold have its own separated logic because its handling is a bit 388 Note that fold has its own separated logic because its handling is a bit
389 different and not easily factored out of the fold method. 389 different and not easily factored out of the fold method.
390 """ 390 """
391 phasemin = src.phase() 391 phasemin = src.phase()
392 def commitfunc(**kwargs): 392 def commitfunc(**kwargs):
393 phasebackup = repo.ui.backupconfig('phases', 'new-commit') 393 phasebackup = repo.ui.backupconfig('phases', 'new-commit')