hgext/mq.py
changeset 18644 3e92772d5383
parent 18371 ff2c89ebf5d4
child 18662 c5f7e83d47cd
--- 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)