lp:~jameinel/bzr-builddeb/use_loader

Created by John A Meinel and last modified
Get this branch:
bzr branch lp:~jameinel/bzr-builddeb/use_loader
Only John A Meinel can upload to this branch. If you are John A Meinel please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
John A Meinel
Project:
bzr-builddeb
Status:
Merged

Recent revisions

394. By John A Meinel

Change the bzr-builddeb test suite to use the load_tests paradigm.

This also removes the ability to run 'python ./__init__.py' but it
probably didn't work anyway. The nice bit is that it means we can
run some of the code without having to import all of it.

393. By James Westby

Fix a thinko that caused merge-upstream problem.

When previous_version is not defined we shouldn't try and use it, so
move it in to the already extant if block. Thanks Robert.

392. By James Westby

Fix some more encoding issues.

391. By James Westby

Fix the encoding issues around things taken from the changelog.

Revision properties have to be unicode, we were passing strings, so
it decoded them to unicode using 'ascii', which fails for some strings.
We know they should be utf-8, and we were decoding anyway, so we just
stop re-encoding (and a couple of other tweaks).

390. By James Westby

Ensure that the merged upstream revisions end up in the target branch.

During merge-upstream we may commit a new revision in a temporary branch.
If you do this outside a shared repo then the new revision has ghost parents
in the target branch, which leads to many issues, e.g. bug 493462.

389. By James Westby

Compare the upstream versions as Versions in merge-package.

Comparing them as strings means that the wrong one is picked as the
newer in merge-package where they diverge. This leads to mis-merges.

388. By James Westby

Recommend python-launchpadlib.

387. By James Westby

Handle no-trees repo in merge-upstream, and subprocess_setup in more places.

386. By James Westby

Clean up some unused imports.

385. By James Westby

Use bzrlib.trace.note instead of the deprecated b.t.info. Thanks Jelmer.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:bzr-builddeb
This branch contains Public information 
Everyone can see this information.

Subscribers