hgext/extdiff.py
changeset 16686 67964cda8701
parent 16242 55174ab81973
child 16743 38caf405d010
--- a/hgext/extdiff.py	Sat May 12 16:00:53 2012 +0200
+++ b/hgext/extdiff.py	Sat May 12 16:00:57 2012 +0200
@@ -88,7 +88,7 @@
     ctx = repo[node]
     for fn in files:
         wfn = util.pconvert(fn)
-        if not wfn in ctx:
+        if wfn not in ctx:
             # File doesn't exist; could be a bogus modify
             continue
         ui.note('  %s\n' % wfn)