Merge lp://staging/bzr-loom into lp://staging/~launchpad-pqm/bzr-loom/trunk
Proposed by
Aaron Bentley
Status: | Merged |
---|---|
Approved by: | Paul Hummer |
Approved revision: | 126 |
Merged at revision: | 48 |
Proposed branch: | lp://staging/bzr-loom |
Merge into: | lp://staging/~launchpad-pqm/bzr-loom/trunk |
Diff against target: |
2313 lines (+1033/-321) 18 files modified
.testr.conf (+4/-0) HOWTO (+19/-1) NEWS (+102/-2) README (+5/-3) TODO (+1/-2) __init__.py (+26/-7) branch.py (+226/-126) commands.py (+107/-40) formats.py (+74/-0) revspec.py (+67/-32) setup.py (+3/-5) tests/__init__.py (+4/-1) tests/blackbox.py (+147/-19) tests/test_branch.py (+84/-35) tests/test_revspec.py (+49/-5) tests/test_tree.py (+29/-13) tree.py (+58/-30) version.py (+28/-0) |
To merge this branch: | bzr merge lp://staging/bzr-loom |
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Paul Hummer (community) | Approve | ||
Review via email: mp+31873@code.staging.launchpad.net |
Commit message
Update to tip for bzr 2.2 support.
Description of the change
Update Launchpad copy of bzr-loom to trunk tip for bzr 2.2 support.
(Otherwise, you get API breakage.)
To post a comment you must log in.