-
Committer:
Robert Collins
-
Date:
2008-07-28 05:09:54 UTC
-
mto:
This revision was merged to the branch mainline in
revision
3584.
-
Revision ID:
robertc@robertcollins.net-20080728050954-iyok0yyqonml80q7
 * The generic fetch code now uses two attributes on Repository objects
   to control the requested streams: ``_fetch_order`` and
   ``_fetch_uses_deltas``. Setting these appropriately allows different
   repository implementations to recieve data in their optimial form.
   (Robert Collins)