diff hgsubversion/stupid.py @ 1186:f9650d24464a

svnmeta: move revmap.oldest to meta.firstpulled We factor out revmap.oldest and rename it to 'firstpulled' to make it analogous with 'lastpulled'.
author Sean Farley <sean.michael.farley@gmail.com>
date Mon, 24 Mar 2014 11:20:45 -0500
parents cc2049298699
children 65631b2c61fb
line wrap: on
line diff
--- a/hgsubversion/stupid.py
+++ b/hgsubversion/stupid.py
@@ -709,7 +709,7 @@ def convert_rev(ui, meta, svn, r, tbdelt
         # path does not support this case with svn >= 1.7. We can fix
         # it, or we can force the existing fetch_branchrev() path. Do
         # the latter for now.
-        incremental = (meta.revmap.oldest > 0 and
+        incremental = (meta.firstpulled > 0 and
                        parentctx.rev() != node.nullrev and
                        not firstrun)