Mercurial > public > mercurial-scm > hg
diff hgext/mq.py @ 18644:3e92772d5383
spelling: fix some minor issues found by spell checker
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Sun, 10 Feb 2013 18:24:29 +0100 |
parents | ff2c89ebf5d4 |
children | c5f7e83d47cd |
line wrap: on
line diff
--- a/hgext/mq.py Fri Feb 08 23:26:00 2013 +0100 +++ b/hgext/mq.py Sun Feb 10 18:24:29 2013 +0100 @@ -282,7 +282,7 @@ if phase is not None: backup = repo.ui.backupconfig('phases', 'new-commit') # Marking the repository as committing an mq patch can be used - # to optimize operations like _branchtags(). + # to optimize operations like branchtags(). repo._committingpatch = True try: if phase is not None: @@ -1571,7 +1571,7 @@ r = list(dd) a = list(aa) - # create 'match' that includes the files to be recommited. + # create 'match' that includes the files to be recommitted. # apply matchfn via repo.status to ensure correct case handling. cm, ca, cr, cd = repo.status(patchparent, match=matchfn)[:4] allmatches = set(cm + ca + cr + cd)