Merge lp://staging/~mbp/bzr/32669-2.0-symlink-branch into lp://staging/bzr/2.0
Proposed by
Martin Pool
Status: | Work in progress | ||||
---|---|---|---|---|---|
Proposed branch: | lp://staging/~mbp/bzr/32669-2.0-symlink-branch | ||||
Merge into: | lp://staging/bzr/2.0 | ||||
Prerequisite: | lp://staging/~mbp/bzr/2.0-stat-symlink | ||||
Diff against target: |
209 lines (+101/-21) 4 files modified
NEWS (+7/-0) bzrlib/bzrdir.py (+39/-16) bzrlib/tests/blackbox/test_add.py (+26/-4) bzrlib/tests/test_bzrdir.py (+29/-1) |
||||
To merge this branch: | bzr merge lp://staging/~mbp/bzr/32669-2.0-symlink-branch | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
bzr-core | Pending | ||
Review via email: mp+30241@code.staging.launchpad.net |
Description of the change
This fixes 'bzr add SYMLINK_TO_BRANCH' (bug 32669) to add the symlink, rather than running add in the referent branch. The basic fix is that when you say "open_containin
To post a comment you must log in.
Unmerged revisions
- 4758. By Martin Pool
-
open_containing opens the directory containing symlinks, not the target
- 4757. By Martin Pool
-
Remove typo from test
- 4756. By Martin Pool
-
Merge transport symlink support
- 4755. By Martin Pool
-
Add test for bug 32669
I'm not sure this is passing tests yet so not asking for review.