lp://staging/~jameinel/loggerhead/page_loading
- Get this branch:
- bzr branch lp://staging/~jameinel/loggerhead/page_loading
Branch merges
- Jelmer Vernooij: Approve (code.)
-
Diff: 404 lines (+294/-14)6 files modifiedloggerhead/apps/transport.py (+1/-1)
loggerhead/controllers/changelog_ui.py (+2/-1)
loggerhead/history.py (+57/-11)
loggerhead/tests/__init__.py (+1/-0)
loggerhead/tests/test_history.py (+232/-0)
loggerhead/tests/test_simple.py (+1/-1)
Branch information
Recent revisions
- 418. By John A Meinel
-
Test more than one target. Each one we stop on should stop loading
extra history. That way if we are looking for 100 revs, but only displaying 10,
we don't have to load all 100. - 417. By John A Meinel
-
Test some edge cases for get_revids_from and test_iter.
We can track what revisions we have 'introduced' and then stop looking
for them. Once we have found everything we introduced, we can stop early. - 416. By John A Meinel
-
Add some tests for _iterate_
sufficiently. Turn it into a staticmethod, to be easier to test.
Find out we had the edge counting wrong. Not critical, but might as
well make it match what we expected. - 410. By Matt Nordhoff
-
Fix infinite recursion when unpickling Containers.
Unpickle tries to access a few attributes (__getstate__, etc.) before filling the __dict__, so __getattr__ went into a loop trying to find self._properties.
It's no longer possible to use properties that start with an underscore, but that's a bit icky anyway.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/loggerhead