lp://staging/~mwhudson/loggerhead/which-mainline-merged
Created by
Michael Hudson-Doyle
and last modified
- Get this branch:
- bzr branch lp://staging/~mwhudson/loggerhead/which-mainline-merged
Only
Michael Hudson-Doyle
can upload to this branch. If you are
Michael Hudson-Doyle
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Martin Albisetti: Approve
- Diff: None lines
Branch information
Recent revisions
- 333. By Michael Hudson-Doyle
-
add the ability to cache the wholehistory data to disk as well as RAM.
cache a much smaller amount of wholehistory data in RAM. - 332. By Michael Hudson-Doyle
-
score one for the memory profiling we did at pycon: store the "where merged"
information in small tuples, not small sets.
this makes the 'whole history' cache for a launchpad branch take up about 15%
less RAM. - 331. By Michael Hudson-Doyle
-
fix bug #358322: only create one temporary sql dir per process (Matt Nordhoff)
- 330. By Michael Hudson-Doyle
-
merge Matt's one-config branch, which starts to use a single object for configuration
- 329. By Matt Nordhoff
-
Don't use the "sets" module.
1.) The code wasn't using the built-in "set" type when it was available.
2.) bzrlib isn't compatible with Python <2.4 anyway, so there's no need to fall back to the "sets" module.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar RepositoryFormatKnitPack6 (bzr 1.9)
- Stacked on:
- lp://staging/loggerhead