support for colocated branches
Bug #380871 reported by
Philipp Kern
This bug affects 25 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Fix Released
|
High
|
Jelmer Vernooij | ||
Bazaar Git Plugin |
Fix Released
|
Medium
|
Jelmer Vernooij | ||
Bazaar Hg Plugin |
Fix Released
|
Medium
|
Jelmer Vernooij | ||
Launchpad itself |
Fix Released
|
Medium
|
Jelmer Vernooij |
Bug Description
Please allow imports of non-master branches from git. First of all there are cases where the current HEAD is not in master, but in another branch. And on the other hand because branches in git are so cheap there will be development happening in release branches that also should be accessible in a sane way.
Related branches
lp://staging/~jelmer/bzr/transport-segments
- Jonathan Riddell (community): Approve
-
Diff: 507 lines (+151/-38)17 files modifiedbzrlib/controldir.py (+18/-0)
bzrlib/remote.py (+2/-1)
bzrlib/tests/blackbox/test_upgrade.py (+2/-2)
bzrlib/tests/per_controldir/test_controldir.py (+37/-1)
bzrlib/tests/per_transport.py (+16/-1)
bzrlib/tests/stub_sftp.py (+1/-1)
bzrlib/tests/test_ftp_transport.py (+7/-4)
bzrlib/tests/test_smart_transport.py (+1/-1)
bzrlib/tests/test_transport.py (+10/-1)
bzrlib/tests/test_urlutils.py (+21/-4)
bzrlib/tests/transport_util.py (+1/-6)
bzrlib/transport/__init__.py (+9/-7)
bzrlib/transport/decorator.py (+9/-0)
bzrlib/transport/http/__init__.py (+9/-9)
bzrlib/transport/local.py (+2/-0)
bzrlib/urlutils.py (+2/-0)
doc/en/release-notes/bzr-2.5.txt (+4/-0)
lp://staging/~jelmer/launchpad/import-colocated-branches
- Robert Collins (community): Approve
-
Diff: 219 lines (+80/-24)6 files modifiedlib/lp/codehosting/bzrutils.py (+3/-3)
lib/lp/codehosting/codeimport/tests/test_worker.py (+67/-7)
lib/lp/codehosting/codeimport/uifactory.py (+0/-4)
utilities/sourcedeps.cache (+6/-6)
utilities/sourcedeps.conf (+3/-3)
versions.cfg (+1/-1)
tags: | added: code-import |
Changed in bzr: | |
assignee: | nobody → Jelmer Vernooij (jelmer) |
Changed in bzr-git: | |
importance: | Wishlist → Undecided |
importance: | Undecided → Medium |
Changed in bzr: | |
importance: | Wishlist → Medium |
summary: |
- Allow imports of non-master branches when pulling from git repositories + support for colocated branches |
Changed in bzr: | |
importance: | Medium → High |
Changed in bzr-hg: | |
status: | New → Triaged |
importance: | Undecided → Medium |
Changed in bzr-hg: | |
status: | Triaged → In Progress |
assignee: | nobody → Jelmer Vernooij (jelmer) |
Changed in bzr-hg: | |
milestone: | none → 0.2 |
Changed in bzr-hg: | |
status: | In Progress → Fix Committed |
Changed in launchpad: | |
assignee: | nobody → Jelmer Vernooij (jelmer) |
tags: |
added: qa-ok removed: qa-needstesting |
Changed in launchpad: | |
status: | Fix Committed → Fix Released |
Changed in bzr-hg: | |
status: | Fix Committed → Fix Released |
milestone: | 0.2 → 0.1.1 |
To post a comment you must log in.
This is mostly waiting on a not-completely- technical decision from the bazaar folks -- it's not actually hard.