# HG changeset patch # User Matt Mackall # Date 1214508950 18000 # Node ID b1c6316130748eb38846c80e6293627dac3ede79 # Parent 2c2f35f8501f1d003e9ab95bc81007a9409548d2 add __len__ and __iter__ methods to repo and revlog [ original upstream description] diff -r 2c2f35f8501f -r b1c631613074 hgkw/keyword.py --- a/hgkw/keyword.py Thu Jun 26 14:35:50 2008 -0500 +++ b/hgkw/keyword.py Thu Jun 26 14:35:50 2008 -0500 @@ -180,6 +180,7 @@ notify = self.ui.debug else: # kwexpand/kwshrink ctx = self.repo['.'] + mf = ctx.manifest() notify = self.ui.note candidates = [f for f in files if self.iskwfile(f, ctx.flags)] if candidates: