lp://staging/~jameinel/bzr-hg/demandload_import_fixes
Created by
John A Meinel
and last modified
- Get this branch:
- bzr branch lp://staging/~jameinel/bzr-hg/demandload_import_fixes
Only
John A Meinel
can upload to this branch. If you are
John A Meinel
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
Branch information
Recent revisions
- 29. By John A Meinel
-
Add a check that all files in an inventory have correct last-modified revisions.
This catches a couple bug earlier.
I don't know *why* we have invalid data (yet).
But I can guarantee that the inventory converter claims a last modified value
which is incorrect. - 27. By John A Meinel
-
Use local importing to make sure we actually get the modules we ask for.
With hg 0.9.4, it seems they auto-enable demand importing of all modules.
Which breaks in odd ways. (import mercurial.ui; mercurial.ui.ui() fails with
no 'ui' object on that module).
Using direct from foo import bar gets around most of that.