lp://staging/~jelmer/loggerhead/fix-nick

Created by Jelmer Vernooij and last modified
Get this branch:
bzr branch lp://staging/~jelmer/loggerhead/fix-nick

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Jelmer Vernooij
Project:
loggerhead
Status:
Merged
Location:
http://people.samba.org/bzr/jelmer/loggerhead/fix-nick
Last mirrored:
Next mirror:
Disabled

Recent revisions

337. By Jelmer Vernooij

Use Branch._get_nick(local=True) rather than Branch.get_config().get_nickname() as the latter may not be available in some implementations (read: svn).

336. By Matt Nordhoff

Make sure to close mkstemp's file descriptor (bug #370845)

335. By Matt Nordhoff

Use the branch's public_branch as the default for served_url (bug #369767)

334. By Matt Nordhoff

Use Dozer for memory profiling (Paul Hummer)

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.

328. By Matt Nordhoff

Trivial PEP 8 tweak

Branch metadata

Branch format:
Branch format 6
Repository format:
Bazaar pack repository format 1 (needs bzr 0.92)
This branch contains Public information 
Everyone can see this information.

Subscribers