lp://staging/~jelmer/loggerhead/fix-nick
- Get this branch:
- bzr branch lp://staging/~jelmer/loggerhead/fix-nick
Branch merges
- Martin Albisetti: Approve
Branch information
- 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). - 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 6
- Repository format:
- Bazaar pack repository format 1 (needs bzr 0.92)