Merge lp://staging/~declanmg/bzr/264275-fix into lp://staging/bzr
Status: | Work in progress |
---|---|
Proposed branch: | lp://staging/~declanmg/bzr/264275-fix |
Merge into: | lp://staging/bzr |
Diff against target: |
145 lines (+91/-0) 4 files modified
bzrlib/builtins.py (+25/-0) bzrlib/errors.py (+5/-0) bzrlib/tests/blackbox/test_add.py (+55/-0) bzrlib/tests/test_errors.py (+6/-0) |
To merge this branch: | bzr merge lp://staging/~declanmg/bzr/264275-fix |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Robert Collins (community) | Needs Fixing | ||
John A Meinel | Pending | ||
Review via email: mp+15175@code.staging.launchpad.net |
This proposal supersedes a proposal from 2009-11-10.
Unmerged revisions
- 4743. By jack <jack@pixie>
-
Added tests for is_realpath_
outside_ tree(). - 4742. By jack <jack@pixie>
-
Made some post-review changes as requested (more to do) as follows...
* Renamed overly verbose error class
* Made all text lines less than 80 chars long
* Added docstring to is_realpath_outside_ tree()
* Removed use of os.mkdir where appropriate in tests - 4741. By jack <jack@pixie>
-
Tiny refactor. Send for review now.
- 4740. By jack <jack@pixie>
-
Moved tests from wip test to test_add.py. Bug 264275 ready for comment.
- 4739. By jack <jack@pixie>
-
Fixed typos in tests.
- 4738. By jack <jack@pixie>
-
Finished writing test logic.
- 4737. By jack <jack@pixie>
-
Added an error test for bug 264275 fix.
- 4736. By jack <jack@pixie>
-
Refactored code to reveal intent and tidied tests.
- 4735. By jack <jack@pixie>
-
Added a test concerning adding a file under a symlinked dir outside working copy
- 4734. By Declan McGrath <jack@jack>
-
Trying to target the specific test case more accurately. Still WIP.
Please read this comment https:/ /bugs.launchpad .net/ubuntu/ +source/ bzr/+bug/ 264275/ comments/ 7 for a high level overview of this changeset (you can skip the 'Update' section).