lp://staging/~jameinel/loggerhead/small-cleanups
- Get this branch:
- bzr branch lp://staging/~jameinel/loggerhead/small-cleanups
Branch merges
- Martin Albisetti: Approve
-
Diff: 113 lines (+39/-4) (has conflicts)4 files modified.bzrignore (+6/-0)
__init__.py (+14/-2)
loggerhead/apps/branch.py (+1/-1)
loggerhead/util.py (+18/-1)
Branch information
Recent revisions
- 412. By John A Meinel
-
pass the pagesize down to History.
That way we don't have to walk 5k mainline revisions, when we are only
going to display 20. - 410. By John A Meinel
-
Play around with making merge_points a lazy property.
At the moment, it didn't seem 100% correct anyway. And it allows us to avoid
loading the whole history (at least until I figure out how to compute it more
cheaply.) - 409. By John A Meinel
-
The basic support seems to be working, as evidenced by running against bzr.dev.
I can also see that history-db is being triggered, which is probably a good sign.
I haven't eliminated all O(history) calls yet, but we should be moving closer. - 407. By John A Meinel
-
Start updating the History object to avoid its O(all_revs) caches.
For now, I'm trying to just stick with bzrlib apis, such that when history_db
is available, then it is fast, but it is still correct without it. - 404. By Robert Collins
-
Merge patch from Toshio Kuratomi to work with mod_wsgi - Content-Length must be strings.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/loggerhead