hgext/mq.py
changeset 17425 e95ec38f86b0
parent 17424 e7cfe3587ea4
child 17537 31f32a96e1e3
--- a/hgext/mq.py	Wed Aug 15 22:38:42 2012 +0200
+++ b/hgext/mq.py	Wed Aug 15 22:39:18 2012 +0200
@@ -1522,7 +1522,7 @@
             #
             # this should really read:
             #   mm, dd, aa = repo.status(top, patchparent)[:3]
-            # but we do it backwards to take advantage of manifest/chlog
+            # but we do it backwards to take advantage of manifest/changelog
             # caching against the next repo.status call
             mm, aa, dd = repo.status(patchparent, top)[:3]
             changes = repo.changelog.read(top)