mercurial/context.py
changeset 17425 e95ec38f86b0
parent 17424 e7cfe3587ea4
child 17427 57c6c24b9bc4
--- a/mercurial/context.py	Wed Aug 15 22:38:42 2012 +0200
+++ b/mercurial/context.py	Wed Aug 15 22:39:18 2012 +0200
@@ -1167,7 +1167,7 @@
 
         returns True if different than fctx.
         """
-        # fctx should be a filectx (not a wfctx)
+        # fctx should be a filectx (not a workingfilectx)
         # invert comparison to reuse the same code path
         return fctx.cmp(self)