Refactor in r513 breaks various things
Bug #716854 reported by
Max Bowsher
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
bzr-builddeb |
Fix Released
|
High
|
Jelmer Vernooij |
Bug Description
Trunk r513 refactored lots of stuff, removing various methods from DistributionBranch. Grepping the codebase for the removed method names shows various call sites which have not been updated.
Related branches
lp://staging/~jelmer/bzr-builddeb/716854-fix-build
- James Westby: Approve
-
Diff: 85 lines (+9/-12)3 files modifiedcmds.py (+5/-4)
import_dsc.py (+0/-1)
upstream/__init__.py (+4/-7)
Changed in bzr-builddeb: | |
assignee: | nobody → Jelmer Vernooij (jelmer) |
Changed in bzr-builddeb: | |
importance: | Critical → High |
Changed in bzr-builddeb: | |
status: | New → Fix Committed |
Changed in bzr-builddeb: | |
milestone: | none → 2.7 |
Changed in bzr-builddeb: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
./cmds.py:843: if not db.has_ upstream_ version_ in_packaging_ branch( tag_name( last_version. upstream_ version) )) of_upstream_ version_ from_branch(
./cmds.py:849: db.upstream_
./cmds.py:850: upstream_tip = db.revid_
./upstream/ __init_ _.py:134: if db.has_ pristine_ tar_delta( rev): __init_ _.py:135: format = db.pristine_ tar_format( rev)
./upstream/