Merge with stable.
authorBryan O'Sullivan <bos@serpentine.com>
Fri, 02 Nov 2007 14:45:05 -0700
changeset 5504 8bc73135c453
parent 5503 6f26c7677463 (current diff)
parent 5485 8c0756f7b18b (diff)
child 5505 8ce2dd9faa71
Merge with stable.
--- a/mercurial/context.py	Fri Nov 02 14:02:28 2007 -0700
+++ b/mercurial/context.py	Fri Nov 02 14:45:05 2007 -0700
@@ -70,7 +70,7 @@
         a = self._manifest.keys()
         a.sort()
         for f in a:
-            return f
+            yield f
 
     def changeset(self): return self._changeset
     def manifest(self): return self._manifest