hgext/mq.py
changeset 6750 fb42030d79d6
parent 6747 f6c00b17387c
child 6760 4faaa0535ea7
--- a/hgext/mq.py	Thu Jun 26 14:35:50 2008 -0500
+++ b/hgext/mq.py	Thu Jun 26 14:35:50 2008 -0500
@@ -2319,7 +2319,7 @@
             # we might as well use it, but we won't save it.
 
             # update the cache up to the tip
-            self._updatebranchcache(partial, start, cl.count())
+            self._updatebranchcache(partial, start, len(cl))
 
             return partial