lp://staging/~barry/bzr-builddeb/609186-urls
- Get this branch:
- bzr branch lp://staging/~barry/bzr-builddeb/609186-urls
Branch merges
- Bzr-builddeb-hackers: Pending requested
-
Diff: 382 lines (+349/-1)4 files modified__init__.py (+4/-0)
tests/__init__.py (+2/-1)
tests/test_urls.py (+216/-0)
urls.py (+127/-0)
Related bugs
Related blueprints
Branch information
Recent revisions
- 482. By Barry Warsaw
-
LP: #609186
Add ubuntu: u: debian: and d: schemes, along with distroseries support.
- 477. By James Westby
-
Split file_ids_from in to one we should take renames from, and others.
Having multiple trees that we may follow renames from led to lots of
bugs, and turned out to be unnecessary.Split file_ids_from to give a single tree that will be authoritative,
and a list of others that we will take file ids from, but only if we would
otherwise generate one. - 476. By James Westby
-
Avoid duplicate file ids in the import code with renames.
Don't crash when doing merge-upstream with a branch that does a rename
and then ships another file with the old path in the tarball that isn't
in the branch.We would assign the same id to both paths, which obviously doesn't work.
Instead we now do a first pass to determine which file ids in the tree
will be assigned to different paths, and then avoid re-using that file
id with the old path. - 474. By James Westby
-
Don't strip -n from the version we get in merge-upstream.
Some upstreams have a dash in there, and trying to support both means
supporting both badly. If you are used to doingbzr merge-upstream --version <package version>
then it will no longer work for you, use the upstream version instead.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/bzr-builddeb