hgext/mq.py
changeset 25149 3f0744eeaeaf
parent 25019 672e0558aed1
child 25186 80c5b2666a96
--- a/hgext/mq.py	Sat May 16 14:31:03 2015 -0400
+++ b/hgext/mq.py	Sat May 16 14:30:07 2015 -0400
@@ -298,7 +298,7 @@
         self.haspatch = diffstart > 1
         self.plainmode = (plainmode or
                           '# HG changeset patch' not in self.comments and
-                          util.any(c.startswith('Date: ') or
+                          any(c.startswith('Date: ') or
                                    c.startswith('From: ')
                                    for c in self.comments))